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 5, 2024
1 parent 636b194 commit 13e5795
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 @@ -259,7 +259,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 @@ -567,7 +567,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 @@ -828,7 +828,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 13e5795

Please sign in to comment.