Skip to content

Commit

Permalink
Temporarily exclude macOS with GHC versions {8.10,9.0} from CI bu…
Browse files Browse the repository at this point in the history
…ild matrix. (#73)
  • Loading branch information
jonathanknowles committed Apr 30, 2024
2 parents 1cd92d3 + e9bb9ad commit 7529d5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
- '9.4'
- '9.6'
- '9.8'
exclude:
# TODO: https://github.com/IntersectMBO/bech32/issues/72
# To work around the above issue, we exclude the following versions:
- 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 7529d5e

Please sign in to comment.