Skip to content

Commit cd1061f

Browse files
ci: fix target
1 parent 3fa9207 commit cd1061f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
matrix:
2222
settings:
2323
- host: macos-latest
24-
target: darwin-arm64
24+
target: aarch64-apple-darwin
2525
build: |
2626
npm install
27-
npx @napi-rs/cli build --platform darwin-arm64
27+
npx @napi-rs/cli build --platform aarch64-apple-darwin
2828
echo "Binary after build:"
2929
ls -la *.node
3030
strip -x *.node
@@ -138,7 +138,7 @@ jobs:
138138
platform:
139139
- name: macOS ARM64
140140
runner: macos-latest
141-
target: darwin-arm64
141+
target: aarch64-apple-darwin
142142

143143
runs-on: ${{ matrix.platform.runner }}
144144

0 commit comments

Comments
 (0)