From 1687f31a3b1ce5f61a7e1e9a4ca23d22ba6e2f7c Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:09:52 +0200 Subject: [PATCH] [MacOS] Add xcode 15.0.1 (#8604) --- images/macos/toolsets/toolset-13.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 4114b660..3ec9f2ad 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -3,17 +3,15 @@ "default": "14.3.1", "x64": { "versions": [ - { "link": "15.0.1", "version": "15.0.1-Release.Candidate+15A507", "install_runtimes": "true"}, - { "link": "15.0", "version": "15.0.0+15A240d", "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" }, - { "link": "14.1", "version": "14.1.0+14B47b", "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"}, + { "link": "14.1", "version": "14.1.0+14B47b", "install_runtimes": "true"} ] }, "arm64":{ "versions": [ - { "link": "15.0.1", "version": "15.0.1-Release.Candidate+15A507", "install_runtimes": "true"}, - { "link": "15.0", "version": "15.0.0+15A240d", "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" }, { "link": "14.1", "version": "14.1.0+14B47b", "install_runtimes": "true" }