Skip to content

Commit

Permalink
CI: disable Windows until cabal-install-3.10 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Mar 22, 2023
1 parent 5f2e1a0 commit 13ce16c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ jobs:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
ghc: ["9.6.1", "9.4.2", "9.2.3", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
exclude:
# We have to disable Windows jobs until cabal-install-3.10 is
# available through actions on this platform, see
# https://github.com/haskell/actions/issues/202#issuecomment-1465856373
- os: "windows-latest"
ghc: "9.6.1"
- os: "windows-latest"
ghc: "9.4.2"
- os: "windows-latest"
ghc: "9.2.3"
- os: "windows-latest"
ghc: "9.0.2"
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
- os: "windows-latest"
ghc: "8.10.7"
Expand Down

0 comments on commit 13ce16c

Please sign in to comment.