Skip to content

Commit c794a08

Browse files
author
Corentin Mors
committed
fx
1 parent 404e887 commit c794a08

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/manual-test-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
with:
2626
node-version: 18.x
2727

28-
- if: runner.os == 'macOS'
28+
- if: matrix.settings.host == 'macos-14'
2929
run: brew install python-setuptools
30+
- if: matrix.settings.host == 'macos-12'
31+
run: pip install setuptools
3032
- run: yarn
3133
- run: yarn run build
3234
# remove dev dependencies before packaging

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
with:
2929
node-version: 18.x
3030

31-
- if: runner.os == 'macOS'
31+
- if: matrix.settings.host == 'macos-14'
3232
run: brew install python-setuptools
33+
- if: matrix.settings.host == 'macos-12'
34+
run: pip install setuptools
3335
- run: yarn
3436
- run: yarn run build
3537
# remove dev dependencies before packaging

0 commit comments

Comments
 (0)