Skip to content

Commit 2f302cd

Browse files
authored
Use node-16 for Mac OS arm64 job (#519)
1 parent aa195da commit 2f302cd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'docs'
88

99
env:
10-
BUILDER_VERSION: v0.9.56
10+
BUILDER_VERSION: v0.9.62
1111
BUILDER_SOURCE: releases
1212
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1313
PACKAGE_NAME: aws-iot-device-sdk-js-v2

builder.json

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
"+packages": [
88
"maven"
99
],
10+
"hosts": {
11+
"macos": {
12+
"architectures": {
13+
"arm64": {
14+
"_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",
15+
"!imports": [ "node-16" ]
16+
}
17+
}
18+
}
19+
},
1020
"deps_dir": "deps",
1121

1222
"build_steps": [

0 commit comments

Comments
 (0)