Skip to content

Commit 80eddf1

Browse files
committed
Fix CI for macos
1 parent bc7188f commit 80eddf1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
if: matrix.os == 'ubuntu-24.04'
6565
run: sudo apt-get update && sudo apt-get install -y llvm-18-dev libclang-18-dev
6666

67-
# - name: Setup libclang for Macos
68-
# if: matrix.os == 'macos-14'
69-
# run: |
70-
# brew install llvm@18
71-
# echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
72-
7367
- name: Setup PHP
7468
uses: shivammathur/setup-php@v2
7569
with:

0 commit comments

Comments
 (0)