From de1f5298828227e51deb10f135d8ed35aff93101 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:59:56 +0200 Subject: [PATCH] [macos] Add nvm 20 to toolset (#8559) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index ee539620a..f7462b858 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -346,7 +346,8 @@ "nvm_versions": [ "14", "16", - "18" + "18", + "20" ] }, "llvm": { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index a359f3944..fd3f73191 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -330,7 +330,8 @@ "nvm_versions": [ "14", "16", - "18" + "18", + "20" ] }, "llvm": {