From 43d7228dce2b01ade2e862ae4ffaa9f6b9fc588d Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 29 Oct 2021 09:00:26 +0300 Subject: [PATCH] Add node 16 to the macOS toolcache (#4352) --- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index a4bfadcf..8dab0ae2 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -275,7 +275,8 @@ "versions": [ "10.*", "12.*", - "14.*" + "14.*", + "16.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 10c26bbb..cf742677 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -220,7 +220,8 @@ "versions": [ "10.*", "12.*", - "14.*" + "14.*", + "16.*" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 3dd622c0..fb81b60b 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -125,7 +125,8 @@ "versions": [ "10.*", "12.*", - "14.*" + "14.*", + "16.*" ] }, {