File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments