Skip to content

Commit

Permalink
Turn off ghc-9.0 on Windows on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Sep 21, 2021
1 parent 9b449f0 commit 39c896a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# OOM when building tests
# - { cabal: "3.4", os: windows-latest, ghc: "8.8.4" }
# - { cabal: "3.4", os: windows-latest, ghc: "8.10.4" }
# No cabal 3.4 for Windows as of 2021.03.05
- { cabal: "3.4", os: windows-latest, ghc: "9.0.1" }
# Too flaky:
# - { cabal: "3.4", os: windows-latest, ghc: "9.0.1" }
# MacOS
- { cabal: "3.2", os: macOS-latest, ghc: "8.4.4" }
- { cabal: "3.2", os: macOS-latest, ghc: "8.6.5" }
Expand Down

0 comments on commit 39c896a

Please sign in to comment.