Skip to content

Commit 5cd9034

Browse files
committed
Update CI
1 parent 299243b commit 5cd9034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- name: Setup libclang for Macos
6868
if: matrix.os == 'macos-14'
6969
run: |
70-
brew install llvm@13
71-
echo "LIBCLANG_PATH=$(brew --prefix llvm@13)/lib" >> $GITHUB_ENV
70+
brew install llvm@18
71+
echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
7272
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)