From 3fbcce7888450069b9843941654e55ab7b691eb6 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:15:01 +0200 Subject: [PATCH] [macOS] Add Node 22 to the toolcache (#10809) --- images/macos/toolsets/toolset-13.json | 6 ++++-- images/macos/toolsets/toolset-14.json | 6 ++++-- images/macos/toolsets/toolset-15.json | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 9beae569..6fa79c72 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -168,14 +168,16 @@ "versions": [ "16.*", "18.*", - "20.*" + "20.*", + "22.*" ] }, "arm64": { "versions": [ "16.*", "18.*", - "20.*" + "20.*", + "22.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index f067e855..6554c189 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -156,13 +156,15 @@ "x64": { "versions": [ "18.*", - "20.*" + "20.*", + "22.*" ] }, "arm64": { "versions": [ "18.*", - "20.*" + "20.*", + "22.*" ] } } diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 99f6eab7..d4eff541 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -139,13 +139,15 @@ "x64": { "versions": [ "18.*", - "20.*" + "20.*", + "22.*" ] }, "arm64": { "versions": [ "18.*", - "20.*" + "20.*", + "22.*" ] } }