Hi! Recently the CI (GitHub Actions) for my library has started failing for GHC 8.10.7 on macOS.
GHC 8.10.7 depends on LLVM versions strictly less than 13.
Until now, I had explicitly installed an older version of LLVM (llvm@12) through homebrew, but Homebrew have disabled the package on 2025-07-01. Thus, all 8.10.7+macOS CI has been failing for me since that date.
Would anybody have quick solutions to this? Ideally, I want to keep supporting 8.10.7 in my package and CI since there’s nothing in code that explicitly breaks support. If I have to build LLVM from scratch etc, that’d be quite a pain.
The CI log is available here: Update discord-haskell upper bound to include 1.18.0 · yutotakano/discord-haskell-voice@68b3521 · GitHub