Skip to content

Commit d92c3cb

Browse files
committed
Use macos-12 instead of macos-11
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/
1 parent ff807d9 commit d92c3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-latest, macos-11, windows-latest]
33+
os: [ubuntu-latest, macos-12, windows-latest]
3434
ghc-version: ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
3535
runs-on: ${{ matrix.os }}
3636
steps:

0 commit comments

Comments
 (0)