Skip to content

Commit 637772c

Browse files
committed
gha: updated llvm to version 14
1 parent 9115dd3 commit 637772c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Install LLVM (macOS)
2929
if: runner.os == 'macOS' && matrix.ghc == '8.10'
3030
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
31+
brew install llvm@14
32+
echo "LLVM_CONFIG=$(brew --prefix llvm@14)/bin/llvm-config" >> $GITHUB_ENV
33+
echo "$(brew --prefix llvm@14)/bin" >> $GITHUB_PATH
3434
3535
- name: Verify LLVM installation
3636
if: runner.os == 'macOS' && matrix.ghc == '8.10'

0 commit comments

Comments
 (0)