File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 arch :
15+ - arm64
1516 - x64
1617 node :
1718 - 10
2425 - 23
2526 os :
2627 - macOS-latest
28+ - ubuntu-24.04-arm
2729 - ubuntu-latest
2830 - windows-latest
31+ exclude :
32+ - arch : arm64
33+ node : 10
34+ os : macOS-latest
35+ - arch : arm64
36+ node : 12
37+ os : macOS-latest
38+ - arch : arm64
39+ os : windows-latest
40+ - arch : arm64
41+ os : ubuntu-latest
42+ - arch : x64
43+ os : ubuntu-24.04-arm
2944 include :
3045 - arch : x86
3146 node : 10
4762 os : windows-latest
4863 steps :
4964 - uses : actions/checkout@v4
65+ - uses : actions/setup-python@v5
66+ with :
67+ python-version : ' 3.10'
68+ if : matrix.os == 'ubuntu-24.04-arm' && matrix.node <= 14
5069 - uses : actions/setup-node@v4
5170 with :
5271 node-version : ${{ matrix.node }}
You can’t perform that action at this time.
0 commit comments