From b2ba1a9becb69ec53d4e23156d69a4c4c2322bef Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Wed, 21 Dec 2022 18:49:42 +0100 Subject: [PATCH] [macOS] set Xcode 14.1 as default (#6822) --- images/macos/toolsets/toolset-12.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index ebe9f1ffc57e..6d2b01bea636 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -1,11 +1,10 @@ { "xcode": { - "default": "14.0.1", + "default": "14.1", "versions": [ {"link": "14.2", "version": "14.2.0"}, { "link": "14.1", "version": "14.1.0"}, - { "link": "14.0.1", "version": "14.0.1" }, - { "link": "14.0", "version": "14.0.0" }, + { "link": "14.0.1", "version": "14.0.1", "symlinks": ["14.0"] }, { "link": "13.4.1", "version": "13.4.1" }, { "link": "13.4", "version": "13.4.0" }, { "link": "13.3.1", "version": "13.3.1", "symlinks": ["13.3"] },