Skip to content

Commit

Permalink
Exclude macOS GHC versions 8.10 and 9.0 from CI build matrix.
Browse files Browse the repository at this point in the history
This is to work around the following issue:

#72
  • Loading branch information
jonathanknowles committed Apr 30, 2024
1 parent 1cd92d3 commit e9bb9ad
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 e9bb9ad

Please sign in to comment.