File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- os : [ubuntu-24.04, macos-13, windows-latest ]
33
+ os : [ubuntu-24.04, macos-13, windows-2022 ]
34
34
ghc-version : ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
strategy :
140
140
fail-fast : false
141
141
matrix :
142
- os : [ubuntu-24.04, macos-13, windows-latest ]
142
+ os : [ubuntu-24.04, macos-13, windows-2022 ]
143
143
module : [rules_haskell, rules_haskell_tests]
144
144
bzlmod : [true, false]
145
145
ghc :
@@ -155,9 +155,9 @@ jobs:
155
155
bzlmod : true
156
156
# currently proto-lens-protoc (read: protoc-gen-haskell) fails with an access violation on Windows
157
157
- ghc : 9.6.5
158
- os : windows-latest
158
+ os : windows-2022
159
159
- ghc : 9.8.2
160
- os : windows-latest
160
+ os : windows-2022
161
161
env :
162
162
GHC_VERSION : ${{ matrix.ghc }}
163
163
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments