Skip to content

Commit 4486413

Browse files
authored
bump SPC version to 2.8.2 (#287)
* bump SPC version to 2.8.2 * update mac images
1 parent 06becd5 commit 4486413

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
GITHUB_TOKEN: ${{ secrets.PAT }}
15-
SPC_VERSION: 2.7.1
15+
SPC_VERSION: 2.8.2
1616

1717
jobs:
1818
build:
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
version: ["8.3", "8.4"]
25-
os: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
25+
os: [ "macos-15-intel", "macos-latest", "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
2626

2727
continue-on-error: true
2828

@@ -33,9 +33,9 @@ jobs:
3333
shell: bash
3434
run: echo "SPC_BINARY=spc" >> $GITHUB_ENV
3535

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

4141
- name: Set SPC URL for macos-latest
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set SPC URL for windows-latest
5757
shell: bash
5858
if: matrix.os == 'windows-latest'
59-
run: |
59+
run: |
6060
echo "SPC_URL=https://github.com/crazywhalecc/static-php-cli/releases/download/${{ env.SPC_VERSION }}/spc-windows-x64.exe" >> $GITHUB_ENV
6161
echo "SPC_BINARY=spc.exe" >> $GITHUB_ENV
6262

0 commit comments

Comments
 (0)