Skip to content

Commit

Permalink
Exclude seems right for this
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 2, 2024
1 parent 63563ae commit 300dc34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- resolver: lts-12.26
ghc: "8.4.4"

exclude:
# Binary distributions for older GHCs don't exist on macOS-latest
- runner: macOS-latest
ghc: "8.4.4"

fail-fast: false

runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 300dc34

Please sign in to comment.