Skip to content

Commit

Permalink
Downgrade to MacOS-13 since newest does not support < GHC-9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins authored and paluh committed May 31, 2024
1 parent a4b01d1 commit c064808
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,18 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.7", "9.6.1"]
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: ["8.10.7", "9.2.8", "9.6.4", "9.8.2"]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
# GHC versions older than ghc-9.2 are not supported on macos-latest
exclude:
- os: macos-latest
ghc: "8.10.7"
- os: macos-13
ghc: "9.2.8"
- os: macos-13
ghc: "9.6.4"
- os: macos-13
ghc: "9.8.2"

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

0 comments on commit c064808

Please sign in to comment.