From 4e6b32793fba97e0e14a01957a3aaf709f1691bb Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:36:14 +0300 Subject: [PATCH] Add xcode 12.5.1 to macos-11 image (#3629) --- images/macos/toolsets/toolset-11.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 72a2482e..89eac922 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -3,7 +3,7 @@ "default": "12.5", "versions": [ { "link": "13.0", "version": "13.0.0"}, - { "link": "12.5", "version": "12.5.0"}, + { "link": "12.5", "version": "12.5.1"}, { "link": "12.4", "version": "12.4.0"}, { "link": "12.3", "version": "12.3.0"}, { "link": "12.2", "version": "12.2.0" },