Skip to content

Commit

Permalink
Remove ghc-9.2.x in CI for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jul 28, 2023
1 parent aeacbde commit 228b289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
ghc: ["8.10.7", "9.2.7", "9.6.2"]
cabal: ["3.10.1.0"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- ghc: "9.2.7"
os: macos-latest

env:
# Modify this value to "invalidate" the cabal cache.
Expand Down

0 comments on commit 228b289

Please sign in to comment.