Skip to content

Commit 9368f55

Browse files
committed
gha: use llvm@17 on MacOS
1 parent b59fda2 commit 9368f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 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
35+
brew install llvm@17
3636
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
37-
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
37+
echo "$(brew --prefix llvm@17)/bin" >> $GITHUB_PATH
3838
3939
- name: Verify LLVM installation
4040
if: runner.os == 'macOS' && matrix.ghc == '8.10'

0 commit comments

Comments
 (0)