Skip to content

Commit

Permalink
gha: use llvm@17 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 9368f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
brew install llvm@17
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
echo "$(brew --prefix llvm@17)/bin" >> $GITHUB_PATH
- name: Verify LLVM installation
if: runner.os == 'macOS' && matrix.ghc == '8.10'
Expand Down

0 comments on commit 9368f55

Please sign in to comment.