Skip to content

Commit

Permalink
CI mac: drop GHC 9.0 (not supported by macos-latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 3, 2024
1 parent bf3cef9 commit 3b34762
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cabal-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- master
- ci-*
pull_request:
branches:
- master
- ci-*

jobs:

Expand All @@ -18,10 +16,10 @@ jobs:
matrix:
os: [macOS-latest, windows-latest]
ghc:
- 9.0.2
- 9.2.8
- 9.4.7
- 9.6.2
- 9.4.8
- 9.6.5
- 9.8.2
fail-fast: false

steps:
Expand Down

0 comments on commit 3b34762

Please sign in to comment.