Skip to content

Commit

Permalink
Check OS instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Apr 8, 2024
1 parent 7e6845b commit 404e887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 18.x

- if: matrix.settings.host == 'macos-14'
- if: runner.os == 'macOS'
run: brew install python-setuptools
- run: yarn
- run: yarn run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 18.x

- if: matrix.settings.host == 'macos-14'
- if: runner.os == 'macOS'
run: brew install python-setuptools
- run: yarn
- run: yarn run build
Expand Down

0 comments on commit 404e887

Please sign in to comment.