Skip to content

Commit

Permalink
fix: Set target name to 'x86_64-apple-darwin'
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 26, 2023
1 parent 6acb3da commit c4c2e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
settings:
- host: macos-latest
target: aarch64-apple-darwin
target: x86_64-apple-darwin
buildCommand: |
cd $SDK_JS_HOME && npm run build -- --target aarch64-apple-darwin
cd $SDK_JS_HOME && npm run build -- --target x86_64-apple-darwin
name: stable - ${{ matrix.settings.target }} - node@16
runs-on: ${{ matrix.settings.host }}
steps:
Expand Down

0 comments on commit c4c2e8b

Please sign in to comment.