Skip to content

Commit

Permalink
use x64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Dec 12, 2024
1 parent 3c23951 commit b308857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set -e

NODE_VERSION="$(cat .nvmrc)"
NODE_NAME="node-v$NODE_VERSION-darwin-arm64"
NODE_NAME="node-v$NODE_VERSION-darwin-x64"
NODE_ARCHIVE="$NODE_NAME.tar.gz"
ARTIFACTS="$PWD/.vscode-test"
VSCODE_SETTINGS="$ARTIFACTS/user-data/User/settings.json"
Expand Down

0 comments on commit b308857

Please sign in to comment.