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.
macos-13 runner
macos-15-intel
1 parent baa4d80 commit 0188890Copy full SHA for 0188890
.github/workflows/build-php.yml
@@ -24,8 +24,8 @@ jobs:
24
version: ["8.3", "8.4"]
25
os:
26
[
27
- "macos-13",
28
"macos-latest",
+ "macos-15-intel",
29
"windows-latest",
30
"ubuntu-latest",
31
"ubuntu-24.04-arm",
@@ -40,9 +40,9 @@ jobs:
40
shell: bash
41
run: echo "SPC_BINARY=spc" >> $GITHUB_ENV
42
43
- - name: Set SPC URL for macos-13
+ - name: Set SPC URL for macos-15-intel
44
45
- if: matrix.os == 'macos-13'
+ if: matrix.os == 'macos-15-intel'
46
run: echo "SPC_URL=https://github.com/crazywhalecc/static-php-cli/releases/download/${{ env.SPC_VERSION }}/spc-macos-x86_64.tar.gz" >> $GITHUB_ENV
47
48
- name: Set SPC URL for macos-latest
0 commit comments