Skip to content

Commit

Permalink
CI: bump to GHC 9.6.5; fix to macos-13 for GHC < 9.2 (#493)
Browse files Browse the repository at this point in the history
macos-latest does not support GHC < 9.2
  • Loading branch information
andreasabel committed May 3, 2024
1 parent 6b8bbc3 commit b79f7ec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.4" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.4",
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5",
flags: "-fUnsafeChecks -fInternalChecks" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.2" }
# Win
Expand All @@ -40,14 +40,14 @@ jobs:
# Too flaky:
# - { cabal: "3.6", os: windows-latest, ghc: "9.0.1" }
# MacOS
- { cabal: "3.10", os: macOS-latest, ghc: "8.4.4" }
- { cabal: "3.10", os: macOS-latest, ghc: "8.6.5" }
- { cabal: "3.10", os: macOS-latest, ghc: "8.8.4" }
- { cabal: "3.10", os: macOS-latest, ghc: "8.10.7" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: macOS-13, ghc: "8.4.4" }
- { cabal: "3.10", os: macOS-13, ghc: "8.6.5" }
- { cabal: "3.10", os: macOS-13, ghc: "8.8.4" }
- { cabal: "3.10", os: macOS-13, ghc: "8.10.7" }
- { cabal: "3.10", os: macOS-13, ghc: "9.0.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.4" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.2" }
fail-fast: false

Expand Down

0 comments on commit b79f7ec

Please sign in to comment.