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 21
21
strategy :
22
22
matrix :
23
23
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" ]
25
25
26
26
continue-on-error : true
27
27
48
48
run : echo "SPC_BUILD_ARCH=x64" >> $GITHUB_ENV
49
49
50
50
- shell : bash
51
- if : matrix.os == 'macos-latest'
51
+ if : matrix.os == 'macos-latest' || matrix.os == 'ubuntu-24.04-arm'
52
52
run : echo "SPC_BUILD_ARCH=arm64" >> $GITHUB_ENV
53
53
54
54
- shell : bash
66
66
run : echo "SPC_BUILD_OS=win" >> $GITHUB_ENV
67
67
68
68
- shell : bash
69
- if : matrix.os == 'ubuntu-latest'
69
+ if : matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
70
70
run : echo "SPC_BUILD_OS=linux" >> $GITHUB_ENV
71
71
72
72
- name : Setup system PHP
You can’t perform that action at this time.
0 commit comments