Skip to content

Commit 0c1817c

Browse files
committed
ci: upgrade macOS runners to macOS 12
1 parent 90319a7 commit 0c1817c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
## The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
269269
## assuming you have the proper permissions.
270270
environment: CI
271-
runs-on: macOS-11
271+
runs-on: macOS-12
272272
env:
273273
MACOSX_DEPLOYMENT_TARGET: 10.13
274274
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -576,7 +576,7 @@ jobs:
576576

577577
bindist-mac-x86_64:
578578
name: Tar bindists (Mac x86_64)
579-
runs-on: macOS-11
579+
runs-on: macOS-12
580580
needs: ["build-mac-x86_64"]
581581
env:
582582
TARBALL_EXT: tar.xz
@@ -837,7 +837,7 @@ jobs:
837837

838838
test-mac-x86_64:
839839
name: Test binary (Mac x86_64)
840-
runs-on: macOS-11
840+
runs-on: macOS-12
841841
needs: ["bindist-mac-x86_64"]
842842
env:
843843
MACOSX_DEPLOYMENT_TARGET: 10.13

0 commit comments

Comments
 (0)