Skip to content

Commit 804bdcc

Browse files
committed
CI: Use windows-2022 explicitly instead of windows-latest
1 parent a136dd8 commit 804bdcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

Diff for: .github/workflows/workflow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [ubuntu-24.04, macos-13, windows-latest]
142+
os: [ubuntu-24.04, macos-13, windows-2022]
143143
module: [rules_haskell, rules_haskell_tests]
144144
bzlmod: [true, false]
145145
ghc:
@@ -155,9 +155,9 @@ jobs:
155155
bzlmod: true
156156
# currently proto-lens-protoc (read: protoc-gen-haskell) fails with an access violation on Windows
157157
- ghc: 9.6.5
158-
os: windows-latest
158+
os: windows-2022
159159
- ghc: 9.8.2
160-
os: windows-latest
160+
os: windows-2022
161161
env:
162162
GHC_VERSION: ${{ matrix.ghc }}
163163
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)