Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f660bb

Browse files
committedDec 12, 2024·
use x64 arch
1 parent 3c23951 commit 6f660bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/test-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -e
1717

1818
NODE_VERSION="$(cat .nvmrc)"
19-
NODE_NAME="node-v$NODE_VERSION-darwin-arm64"
19+
NODE_NAME="node-v$NODE_VERSION-darwin-x86_64"
2020
NODE_ARCHIVE="$NODE_NAME.tar.gz"
2121
ARTIFACTS="$PWD/.vscode-test"
2222
VSCODE_SETTINGS="$ARTIFACTS/user-data/User/settings.json"

0 commit comments

Comments
 (0)
Please sign in to comment.