Skip to content

Commit

Permalink
Exclude broken jobs for older ghc and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ludat committed May 4, 2024
1 parent 51bbb6b commit 2c9e306
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@ jobs:
- 'lts-21.25'
- 'lts-22.18'
- 'nightly'
exclude:
# github actions runs with arm for macos
#
# older versions of ghc support arm through llvm and the version that
# the machine uses is not compatible with ghc.
#
# So we exclude those builds
- snapshot: 'lts-12.11'
os: macOS
- snapshot: 'lts-14.18'
os: macOS
- snapshot: 'lts-16.12'
os: macOS
- snapshot: 'lts-18.28'
os: macOS
- snapshot: 'lts-19.33'
os: macOS

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit 2c9e306

Please sign in to comment.