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 @@ -259,7 +259,7 @@ jobs:
259
259
# # The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
260
260
# # assuming you have the proper permissions.
261
261
environment : CI
262
- runs-on : macOS-11
262
+ runs-on : macOS-12
263
263
env :
264
264
MACOSX_DEPLOYMENT_TARGET : 10.13
265
265
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -567,7 +567,7 @@ jobs:
567
567
568
568
bindist-mac-x86_64 :
569
569
name : Tar bindists (Mac x86_64)
570
- runs-on : macOS-11
570
+ runs-on : macOS-12
571
571
needs : ["build-mac-x86_64"]
572
572
env :
573
573
TARBALL_EXT : tar.xz
@@ -828,7 +828,7 @@ jobs:
828
828
829
829
test-mac-x86_64 :
830
830
name : Test binary (Mac x86_64)
831
- runs-on : macOS-11
831
+ runs-on : macOS-12
832
832
needs : ["bindist-mac-x86_64"]
833
833
env :
834
834
MACOSX_DEPLOYMENT_TARGET : 10.13
You can’t perform that action at this time.
0 commit comments