File tree Expand file tree Collapse file tree 4 files changed +2152
-9
lines changed Expand file tree Collapse file tree 4 files changed +2152
-9
lines changed Original file line number Diff line number Diff line change 4242 matrix :
4343 os :
4444 - ubuntu-20.04
45- - macos-12
45+ - macos-14
4646 php-version :
4747 - " 7.0"
4848 - " 7.1"
@@ -65,10 +65,10 @@ 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 : |
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
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
@@ -104,9 +104,6 @@ jobs:
104104 toolchain : nightly
105105 components : rustfmt
106106
107- - name : Cargo generate lockfile
108- run : cargo +nightly -Z minimal-versions update
109-
110107 - name : Setup cargo cache
111108 uses : actions/cache@v3
112109 with :
Original file line number Diff line number Diff line change 11/target
22** /* .rs.bk
3- Cargo.lock
43/.cargo
54/vendor
65core
You can’t perform that action at this time.
0 commit comments