Skip to content

Commit

Permalink
gha: use llvm@14 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Jan 8, 2025
1 parent b59fda2 commit 000874c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Install LLVM (macOS)
if: runner.os == 'macOS' && matrix.ghc == '8.10'
run: |
brew install llvm@13
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
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
- name: Verify LLVM installation
if: runner.os == 'macOS' && matrix.ghc == '8.10'
Expand Down

0 comments on commit 000874c

Please sign in to comment.