We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59fda2 commit 9368f55Copy full SHA for 9368f55
.github/workflows/haskell.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Install LLVM (macOS)
33
if: runner.os == 'macOS' && matrix.ghc == '8.10'
34
run: |
35
- brew install llvm@13
+ brew install llvm@17
36
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
37
- echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
+ echo "$(brew --prefix llvm@17)/bin" >> $GITHUB_PATH
38
39
- name: Verify LLVM installation
40
0 commit comments