Commit c794a08 Corentin Mors
committed
1 parent 404e887 commit c794a08 Copy full SHA for c794a08
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
node-version : 18.x
27
27
28
- - if : runner.os == 'macOS '
28
+ - if : matrix.settings.host == 'macos-14 '
29
29
run : brew install python-setuptools
30
+ - if : matrix.settings.host == 'macos-12'
31
+ run : pip install setuptools
30
32
- run : yarn
31
33
- run : yarn run build
32
34
# remove dev dependencies before packaging
Original file line number Diff line number Diff line change 28
28
with :
29
29
node-version : 18.x
30
30
31
- - if : runner.os == 'macOS '
31
+ - if : matrix.settings.host == 'macos-14 '
32
32
run : brew install python-setuptools
33
+ - if : matrix.settings.host == 'macos-12'
34
+ run : pip install setuptools
33
35
- run : yarn
34
36
- run : yarn run build
35
37
# remove dev dependencies before packaging
You can’t perform that action at this time.
0 commit comments