From 03b7305ca100f08653d0d9f9ccc2844c75657f2c Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Tue, 9 Aug 2022 22:11:16 +0200 Subject: [PATCH] Add Xcode 14 to macos-12 toolset (#6043) --- images/macos/toolsets/toolset-12.json | 1 + 1 file changed, 1 insertion(+) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 651e794c..6d02c956 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -2,6 +2,7 @@ "xcode": { "default": "13.4.1", "versions": [ + { "link": "14.0", "version": "14.0.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"] },