File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments