File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 version : ["8.1", "8.2", "8.3", "8.4"]
24- os : ["macos-13", "macos-latest", "windows -latest", "ubuntu-latest" ]
24+ os : [ "macos-13", "macos-latest", "ubuntu -latest", "ubuntu-24.04-arm" ]
2525
2626 continue-on-error : true
2727
4848 run : echo "SPC_BUILD_ARCH=x64" >> $GITHUB_ENV
4949
5050 - shell : bash
51- if : matrix.os == 'macos-latest'
51+ if : matrix.os == 'macos-latest' || matrix.os == 'ubuntu-24.04-arm'
5252 run : echo "SPC_BUILD_ARCH=arm64" >> $GITHUB_ENV
5353
5454 - shell : bash
6666 run : echo "SPC_BUILD_OS=win" >> $GITHUB_ENV
6767
6868 - shell : bash
69- if : matrix.os == 'ubuntu-latest'
69+ if : matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
7070 run : echo "SPC_BUILD_OS=linux" >> $GITHUB_ENV
7171
7272 - name : Setup system PHP
You can’t perform that action at this time.
0 commit comments