From 9e49d08492cfcaa2757137b3e7165919c46c1aef Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:28:43 +0100 Subject: [PATCH] [macos] add XCode-15.1 (#9002) --- images/macos/toolsets/toolset-13.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 8ae38ebe..c5efecde 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -3,6 +3,7 @@ "default": "14.3.1", "x64": { "versions": [ + { "link": "15.1", "version": "15.1.0+15C65", "install_runtimes": "true"}, { "link": "15.0.1", "version": "15.0.1+15A507", "symlinks": ["15.0"], "install_runtimes": "true"}, { "link": "14.3.1", "version": "14.3.1+14E300c","symlinks": ["14.3"], "install_runtimes": "true"}, { "link": "14.2", "version": "14.2.0+14C18", "install_runtimes": "true"}, @@ -11,6 +12,7 @@ }, "arm64":{ "versions": [ + { "link": "15.1", "version": "15.1.0+15C65", "install_runtimes": "true"}, { "link": "15.0.1", "version": "15.0.1+15A507", "symlinks": ["15.0"], "install_runtimes": "true"}, { "link": "14.3.1", "version": "14.3.1+14E300c","symlinks": ["14.3"], "install_runtimes": "true" }, { "link": "14.2", "version": "14.2.0+14C18", "install_runtimes": "true" },