From 40fd970a62b12761af18e82e682bc32dc6865de9 Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:17:49 +0200 Subject: [PATCH] [macos] add XCode 15 to MacOS 13 images (#7693) --- 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 4c3844d1f..2dac37de9 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -3,6 +3,7 @@ "default": "14.2", "x64": { "versions": [ + { "link": "15.0", "version": "15.0.0" }, { "link": "14.3.1", "version": "14.3.1" }, { "link": "14.3", "version": "14.3.0" }, { "link": "14.2", "version": "14.2.0" }, @@ -11,6 +12,7 @@ }, "arm64":{ "versions": [ + { "link": "15.0", "version": "15.0.0" }, { "link": "14.3.1", "version": "14.3.1" }, { "link": "14.3", "version": "14.3.0" }, { "link": "14.2", "version": "14.2.0" },