Skip to content

Commit

Permalink
Don't build with GHC versions 8.10 and 9.0 on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Apr 30, 2024
1 parent 0924fc9 commit 773eaea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- '9.4'
- '9.6'
- '9.8'
exclude:
- os: macOS-latest
ghc: '8.10'
- os: macOS-latest
ghc: '9.0'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 773eaea

Please sign in to comment.