Skip to content

Commit 299243b

Browse files
committed
Update CI
1 parent a0b649e commit 299243b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
os:
4444
- ubuntu-20.04
45-
- macos-12
45+
- macos-14
4646
php-version:
4747
- "7.0"
4848
- "7.1"
@@ -65,7 +65,7 @@ jobs:
6565
run: sudo apt-get install -y llvm-10-dev libclang-10-dev
6666

6767
- name: Setup libclang for Macos
68-
if: matrix.os == 'macos-12'
68+
if: matrix.os == 'macos-14'
6969
run: |
7070
brew install llvm@13
7171
echo "LIBCLANG_PATH=$(brew --prefix llvm@13)/lib" >> $GITHUB_ENV
@@ -84,7 +84,7 @@ jobs:
8484
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
8585
8686
- name: Setup php-fpm for Macos
87-
if: matrix.os == 'macos-12'
87+
if: matrix.os == 'macos-14'
8888
run: |
8989
brew install php@${{ matrix.php-version }}
9090

0 commit comments

Comments
 (0)