Skip to content

Commit

Permalink
Use node-16 for Mac OS arm64 CI job (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfod authored Aug 12, 2024
1 parent 32ac472 commit 571a3c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"al2012": {
"!packages": [],
"!imports": [ "node-14" ]
},
"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" ]
}
}
}
},
"targets": {
Expand Down

0 comments on commit 571a3c2

Please sign in to comment.