Skip to content

Commit 7d88e4f

Browse files
authored
Merge pull request #2215 from tweag/cb/macos-11-to-12
Use macos-12 instead of macos-11
2 parents e7570de + b0630cd commit 7d88e4f

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)