Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI
Browse files Browse the repository at this point in the history
jmjoy committed Jan 7, 2025
1 parent 299243b commit 5cd9034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -67,8 +67,8 @@ jobs:
- name: Setup libclang for Macos
if: matrix.os == 'macos-14'
run: |
brew install llvm@13
echo "LIBCLANG_PATH=$(brew --prefix llvm@13)/lib" >> $GITHUB_ENV
brew install llvm@18
echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
- name: Setup PHP
uses: shivammathur/setup-php@v2

0 comments on commit 5cd9034

Please sign in to comment.