From 641fd77b4edf1a480e747ed3a242d02acbceaf98 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Thu, 22 Sep 2022 18:25:13 +0300 Subject: [PATCH] Set Xcode 14.0.1 as the default version (#6272) --- images/macos/toolsets/toolset-12.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 011764be..4d41f9cc 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -1,6 +1,6 @@ { "xcode": { - "default": "13.4.1", + "default": "14.0.1", "versions": [ { "link": "14.1", "version": "14.1.0"}, { "link": "14.0.1", "version": "14.0.1" },