diff --git a/.github/workflows/patch-test.yaml b/.github/workflows/patch-test.yaml index 7f10e0929..da43b99e0 100644 --- a/.github/workflows/patch-test.yaml +++ b/.github/workflows/patch-test.yaml @@ -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: diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 9fbe80244..64bdd0f9c 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -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: @@ -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 }}