Skip to content

Commit 7220749

Browse files
authored
Merge pull request #2257 from tweag/cb/gha-macos-12-13
CI: Migrate away from macos-12 runners
2 parents 7502fc3 + c3e01ae commit 7220749

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/patch-test.yaml

+1-1
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-12, windows-latest]
33+
os: [ubuntu-latest, macos-13, windows-latest]
3434
ghc-version: ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
3535
runs-on: ${{ matrix.os }}
3636
steps:

Diff for: .github/workflows/workflow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-latest, macos-12]
46+
os: [ubuntu-latest, macos-13]
4747
module: [rules_haskell, rules_haskell_nix, rules_haskell_tests]
4848
bzlmod: [true, false]
4949
ghc:
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [ubuntu-latest, macos-12, windows-latest]
142+
os: [ubuntu-latest, macos-13, windows-latest]
143143
module: [rules_haskell, rules_haskell_tests]
144144
bzlmod: [true, false]
145145
ghc:

0 commit comments

Comments
 (0)