File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268
268
# # The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
269
269
# # assuming you have the proper permissions.
270
270
environment : CI
271
- runs-on : macOS-11
271
+ runs-on : macOS-12
272
272
env :
273
273
MACOSX_DEPLOYMENT_TARGET : 10.13
274
274
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -576,7 +576,7 @@ jobs:
576
576
577
577
bindist-mac-x86_64 :
578
578
name : Tar bindists (Mac x86_64)
579
- runs-on : macOS-11
579
+ runs-on : macOS-12
580
580
needs : ["build-mac-x86_64"]
581
581
env :
582
582
TARBALL_EXT : tar.xz
@@ -837,7 +837,7 @@ jobs:
837
837
838
838
test-mac-x86_64 :
839
839
name : Test binary (Mac x86_64)
840
- runs-on : macOS-11
840
+ runs-on : macOS-12
841
841
needs : ["bindist-mac-x86_64"]
842
842
env :
843
843
MACOSX_DEPLOYMENT_TARGET : 10.13
You can’t perform that action at this time.
0 commit comments