Skip to content

Commit

Permalink
Use node-16 for arm64 mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 9, 2024
1 parent 6bd3313 commit 0b83512
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 @@ -66,6 +66,16 @@
"al2012": {
"!packages": [],
"!imports": [ "node-14" ]
},
"macos": {
"architectures": {
"arm64": {
"!imports": [
"node-16",
"JDK8"
]
}
}
}
},
"targets": {
Expand Down

0 comments on commit 0b83512

Please sign in to comment.