Skip to content

Commit

Permalink
Use macos-12 instead of macos-11
Browse files Browse the repository at this point in the history
As announced by Github [1], macos-11 runners were scheduled for removal on 6/28/2024.

[1]: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
  • Loading branch information
avdv committed Jul 4, 2024
1 parent ff807d9 commit d92c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
ghc-version: ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d92c3cb

Please sign in to comment.