Skip to content

Commit

Permalink
CI: Use windows-2022 explicitly instead of windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jan 23, 2025
1 parent a136dd8 commit 804bdcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-24.04, macos-13, windows-latest]
os: [ubuntu-24.04, macos-13, windows-2022]
ghc-version: ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-13, windows-latest]
os: [ubuntu-24.04, macos-13, windows-2022]
module: [rules_haskell, rules_haskell_tests]
bzlmod: [true, false]
ghc:
Expand All @@ -155,9 +155,9 @@ jobs:
bzlmod: true
# currently proto-lens-protoc (read: protoc-gen-haskell) fails with an access violation on Windows
- ghc: 9.6.5
os: windows-latest
os: windows-2022
- ghc: 9.8.2
os: windows-latest
os: windows-2022
env:
GHC_VERSION: ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 804bdcc

Please sign in to comment.