File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 23
23
os :
24
24
- ubuntu-20.04
25
25
- macos-latest
26
+ - macos-14
26
27
- windows-2019
27
28
node :
28
29
- 18
37
38
node-version : ${{ matrix.node }}
38
39
- if : ${{ startsWith(matrix.os, 'windows') }}
39
40
run : pip.exe install setuptools
40
- - if : ${{ ! startsWith(matrix.os, 'windows') }}
41
+ - if : ${{ ! startsWith(matrix.os, 'windows') && matrix.os != 'macos-14' }}
42
+ run : python3 -m pip install setuptools
43
+ - if : matrix.os == 'macos-14'
41
44
run : python3 -m pip install --break-system-packages setuptools
42
45
- run : npm install --ignore-scripts
43
46
- run : npm run build-debug
82
85
node-version : 16
83
86
- if : ${{ startsWith(matrix.os, 'windows') }}
84
87
run : pip.exe install setuptools
85
- - if : ${{ ! startsWith(matrix.os, 'windows') }}
88
+ - if : ${{ ! startsWith(matrix.os, 'windows') && matrix.os != 'macos-14' }}
89
+ run : python3 -m pip install setuptools
90
+ - if : matrix.os == 'macos-14'
86
91
run : python3 -m pip install --break-system-packages setuptools
87
92
- run : npm install --ignore-scripts
88
93
- run : ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments