Skip to content

Commit 0188890

Browse files
committed
update macos-13 runner to macos-15-intel
1 parent baa4d80 commit 0188890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
version: ["8.3", "8.4"]
2525
os:
2626
[
27-
"macos-13",
2827
"macos-latest",
28+
"macos-15-intel",
2929
"windows-latest",
3030
"ubuntu-latest",
3131
"ubuntu-24.04-arm",
@@ -40,9 +40,9 @@ jobs:
4040
shell: bash
4141
run: echo "SPC_BINARY=spc" >> $GITHUB_ENV
4242

43-
- name: Set SPC URL for macos-13
43+
- name: Set SPC URL for macos-15-intel
4444
shell: bash
45-
if: matrix.os == 'macos-13'
45+
if: matrix.os == 'macos-15-intel'
4646
run: echo "SPC_URL=https://github.com/crazywhalecc/static-php-cli/releases/download/${{ env.SPC_VERSION }}/spc-macos-x86_64.tar.gz" >> $GITHUB_ENV
4747

4848
- name: Set SPC URL for macos-latest

0 commit comments

Comments
 (0)