From 2ae7ebddaba7962d7c86c900e1537d41eb65270a Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 8 Jun 2021 10:44:17 +0300 Subject: [PATCH] Add Xcode 13.0 to macOS Big Sur image (#3540) --- images/macos/toolsets/toolset-11.json | 1 + 1 file changed, 1 insertion(+) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index fe3a52d2..b0b4c04e 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -2,6 +2,7 @@ "xcode": { "default": "12.4", "versions": [ + { "link": "13.0", "version": "13.0.0"}, { "link": "12.5", "version": "12.5.0"}, { "link": "12.4", "version": "12.4.0"}, { "link": "12.3", "version": "12.3.0"},