From 9e21ab0f00902f54ce313cc16867ef3fbcaf1f92 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Wed, 23 Jun 2021 22:20:09 +0300 Subject: [PATCH] Return xcode 12.5 to macos Big Sur (#3635) --- images/macos/toolsets/toolset-11.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 89eac922..4cd56917 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -3,7 +3,8 @@ "default": "12.5", "versions": [ { "link": "13.0", "version": "13.0.0"}, - { "link": "12.5", "version": "12.5.1"}, + { "link": "12.5.1", "version": "12.5.1"}, + { "link": "12.5", "version": "12.5.0"}, { "link": "12.4", "version": "12.4.0"}, { "link": "12.3", "version": "12.3.0"}, { "link": "12.2", "version": "12.2.0" },