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 9115dd3 commit 637772cCopy full SHA for 637772c
.github/workflows/haskell.yml
@@ -28,9 +28,9 @@ jobs:
28
- name: Install LLVM (macOS)
29
if: runner.os == 'macOS' && matrix.ghc == '8.10'
30
run: |
31
- brew install llvm@13
32
- echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
33
- echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
+ brew install llvm@14
+ echo "LLVM_CONFIG=$(brew --prefix llvm@14)/bin/llvm-config" >> $GITHUB_ENV
+ echo "$(brew --prefix llvm@14)/bin" >> $GITHUB_PATH
34
35
- name: Verify LLVM installation
36
0 commit comments