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 153e834
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ 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.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 153e834

Please sign in to comment.