Skip to content

Commit 000874c

Browse files
committed
gha: use llvm@14 on MacOS
1 parent b59fda2 commit 000874c

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
@@ -32,9 +32,9 @@ jobs:
3232
- name: Install LLVM (macOS)
3333
if: runner.os == 'macOS' && matrix.ghc == '8.10'
3434
run: |
35-
brew install llvm@13
36-
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
37-
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
35+
brew install llvm@14
36+
echo "LLVM_CONFIG=$(brew --prefix llvm@14)/bin/llvm-config" >> $GITHUB_ENV
37+
echo "$(brew --prefix llvm@14)/bin" >> $GITHUB_PATH
3838
3939
- name: Verify LLVM installation
4040
if: runner.os == 'macOS' && matrix.ghc == '8.10'

0 commit comments

Comments
 (0)