We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299243b commit 5cd9034Copy full SHA for 5cd9034
.github/workflows/ci.yml
@@ -67,8 +67,8 @@ jobs:
67
- name: Setup libclang for Macos
68
if: matrix.os == 'macos-14'
69
run: |
70
- brew install llvm@13
71
- echo "LIBCLANG_PATH=$(brew --prefix llvm@13)/lib" >> $GITHUB_ENV
+ brew install llvm@18
+ echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
72
73
- name: Setup PHP
74
uses: shivammathur/setup-php@v2
0 commit comments