Skip to content

Commit

Permalink
ci: upgrade macOS runners to macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Jul 3, 2024
1 parent 90319a7 commit 0c1817c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
## The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
## assuming you have the proper permissions.
environment: CI
runs-on: macOS-11
runs-on: macOS-12
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:

bindist-mac-x86_64:
name: Tar bindists (Mac x86_64)
runs-on: macOS-11
runs-on: macOS-12
needs: ["build-mac-x86_64"]
env:
TARBALL_EXT: tar.xz
Expand Down Expand Up @@ -837,7 +837,7 @@ jobs:

test-mac-x86_64:
name: Test binary (Mac x86_64)
runs-on: macOS-11
runs-on: macOS-12
needs: ["bindist-mac-x86_64"]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
Expand Down

0 comments on commit 0c1817c

Please sign in to comment.