Skip to content

Commit 404e887

Browse files
author
Corentin Mors
committed
Check OS instead
1 parent 7e6845b commit 404e887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

28-
- if: matrix.settings.host == 'macos-14'
28+
- if: runner.os == 'macOS'
2929
run: brew install python-setuptools
3030
- run: yarn
3131
- run: yarn run build

.github/workflows/release.yml

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

31-
- if: matrix.settings.host == 'macos-14'
31+
- if: runner.os == 'macOS'
3232
run: brew install python-setuptools
3333
- run: yarn
3434
- run: yarn run build

0 commit comments

Comments
 (0)