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 @@ -259,7 +259,7 @@ jobs:
259259 # # The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
260260 # # assuming you have the proper permissions.
261261 environment : CI
262- runs-on : macOS-11
262+ runs-on : macOS-12
263263 env :
264264 MACOSX_DEPLOYMENT_TARGET : 10.13
265265 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -567,7 +567,7 @@ jobs:
567567
568568 bindist-mac-x86_64 :
569569 name : Tar bindists (Mac x86_64)
570- runs-on : macOS-11
570+ runs-on : macOS-12
571571 needs : ["build-mac-x86_64"]
572572 env :
573573 TARBALL_EXT : tar.xz
@@ -828,7 +828,7 @@ jobs:
828828
829829 test-mac-x86_64 :
830830 name : Test binary (Mac x86_64)
831- runs-on : macOS-11
831+ runs-on : macOS-12
832832 needs : ["bindist-mac-x86_64"]
833833 env :
834834 MACOSX_DEPLOYMENT_TARGET : 10.13
You can’t perform that action at this time.
0 commit comments