Skip to content

Commit

Permalink
Remove older ghc for macos
Browse files Browse the repository at this point in the history
Now github actions only supports m1 builds (actions/runner-images#9255)
and older versions of ghc are not compatible with that

The problem is that the version of llvm is too new, we could try
to install an older version of llvm
  • Loading branch information
ludat authored Apr 25, 2024
1 parent 1ef36ff commit 1d12972
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
- macOS
# - windows
snapshot:
- 'lts-12.11'
- 'lts-14.18'
- 'lts-16.12'
- 'lts-18.28'
- 'lts-19.11'
- 'lts-19.33'
- 'lts-20.26'
- 'lts-21.6'
- 'lts-21.25'
- 'lts-22.18'
- 'nightly'

steps:
Expand Down

0 comments on commit 1d12972

Please sign in to comment.