Skip to content

Commit

Permalink
Update exclusions, because we bumped the tested version but not exclu…
Browse files Browse the repository at this point in the history
…sions

In particular the build fails on macOS 8.10.7 anyway

<no location info>: error:
    Warning: Couldn't figure out LLVM version!
             Make sure you have installed LLVM between [9 and 13)
ghc: could not execute: opt
  • Loading branch information
tomjaguarpaw committed May 5, 2024
1 parent a4f6475 commit 3ef7bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- os: macOS-latest
ghc: 9.0.2
- os: macOS-latest
ghc: 8.10.4
ghc: 8.10.7
- os: macOS-latest
ghc: 8.8.4
- os: macOS-latest
Expand All @@ -44,7 +44,7 @@ jobs:
- os: windows-latest
ghc: 9.0.2
- os: windows-latest
ghc: 8.10.4
ghc: 8.10.7
- os: windows-latest
ghc: 8.8.4
- os: windows-latest
Expand Down

0 comments on commit 3ef7bf7

Please sign in to comment.