Skip to content

Commit 532279b

Browse files
authored
ci(1.x): Fix publishing of cli-macos-x64 (#9575)
* ci: Fix publishing of cli-macos-x64 * temp: only publish darwin-x64 * temp: wrong version * temp: disable everything but darwin-x64 * temp: wrong test arch... * temp: last one * temp: last one for realsies * remove temp stuff * revert more
1 parent 3e98145 commit 532279b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-cli-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
target: x86_64-apple-darwin
3131
architecture: x64
3232
build: |
33-
yarn build:release
33+
yarn build:release --target=x86_64-apple-darwin
3434
strip -x *.node
3535
- host: windows-latest
3636
build: yarn build:release
@@ -198,7 +198,7 @@ jobs:
198198
matrix:
199199
settings:
200200
- host: macos-latest
201-
target: 'x86_64-apple-darwin'
201+
target: 'aarch64-apple-darwin'
202202
- host: windows-latest
203203
target: x86_64-pc-windows-msvc
204204
node:
@@ -375,7 +375,7 @@ jobs:
375375
- name: Setup node
376376
uses: actions/setup-node@v3
377377
with:
378-
node-version: 16
378+
node-version: 20
379379
check-latest: true
380380
cache: yarn
381381
cache-dependency-path: 'tooling/cli/node/yarn.lock'

0 commit comments

Comments
 (0)