From bb5b6307df028c9272c797b1a1de231ae0d6af5e Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Fri, 11 Nov 2022 22:05:25 +0100 Subject: [PATCH] [macOS] remove node12 and sync nvm18 (#6553) --- images/macos/toolsets/toolset-10.15.json | 2 -- images/macos/toolsets/toolset-11.json | 2 -- images/macos/toolsets/toolset-12.json | 5 ++--- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 13cd3d0d1..9fc65dcc7 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -277,7 +277,6 @@ "platform" : "darwin", "arch": "x64", "versions": [ - "12.*", "14.*", "16.*", "18.*" @@ -337,7 +336,6 @@ "node": { "default": "16", "nvm_versions": [ - "12", "14", "16", "18" diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 4dd97f5e1..bdd6d8e29 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -270,7 +270,6 @@ "platform" : "darwin", "arch": "x64", "versions": [ - "12.*", "14.*", "16.*", "18.*" @@ -333,7 +332,6 @@ "node": { "default": "16", "nvm_versions": [ - "12", "14", "16", "18" diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 24cb7a6ff..b1f1e7cdf 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -235,7 +235,6 @@ "platform" : "darwin", "arch": "x64", "versions": [ - "12.*", "14.*", "16.*", "18.*" @@ -294,9 +293,9 @@ "node": { "default": "16", "nvm_versions": [ - "12", "14", - "16" + "16", + "18" ] }, "llvm": {