Skip to content

Commit

Permalink
Merge pull request #2215 from tweag/cb/macos-11-to-12
Browse files Browse the repository at this point in the history
Use macos-12 instead of macos-11
  • Loading branch information
mergify[bot] authored Jul 5, 2024
2 parents e7570de + b0630cd commit 7d88e4f
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 7d88e4f

Please sign in to comment.