Skip to content

Commit

Permalink
Build with working GHC on Windows and macOS (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh authored Mar 16, 2021
1 parent a24a5fc commit 6e9f1b8
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 @@ -26,7 +26,7 @@ jobs:
- "9.0.1"
exclude:
- os: macOS-latest
ghc: 8.10.4
ghc: 9.0.1
- os: macOS-latest
ghc: 8.8.4
- os: macOS-latest
Expand All @@ -37,7 +37,7 @@ jobs:
ghc: 8.2.2

- os: windows-latest
ghc: 8.10.4
ghc: 9.0.1
- os: windows-latest
ghc: 8.8.4
- os: windows-latest
Expand Down

0 comments on commit 6e9f1b8

Please sign in to comment.