Skip to content

Commit

Permalink
Exclude macOS-latest-ghc-{8.10,9.0} from build matrix.
Browse files Browse the repository at this point in the history
As a temporary workaround for:
haskell-actions/setup#77
  • Loading branch information
jonathanknowles committed May 5, 2024
1 parent 8e27ef7 commit e56eb87
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/haskell-actions/setup/issues/77
# 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 e56eb87

Please sign in to comment.