Skip to content

Commit 78286d1

Browse files
committed
ci: upgrade macOS runners to macOS 12
1 parent 9d1e757 commit 78286d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)