Skip to content

Commit

Permalink
Use node-16 for Mac OS arm64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 12, 2024
1 parent aa195da commit 9aa4468
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"+packages": [
"maven"
],
"hosts": {
"macos": {
"architectures": {
"arm64": {
"_comment": "Mac OS (arm64) has only experimental support for Node v15 and earlier, so stick to Node v16, see Node v15 docs: https://github.com/nodejs/node/blob/v15.x/BUILDING.md#platform-list",
"!imports": [ "node-16" ]
}
}
}
},
"deps_dir": "deps",

"build_steps": [
Expand Down

0 comments on commit 9aa4468

Please sign in to comment.