From 184da3fa5c67ee72fa457024c6f0cea6e5a27b74 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:49:13 +0400 Subject: [PATCH] Add xcode 13.4.1 to macOS12 image (#5684) --- 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 0a1a53e6e..7c4ae21b2 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -2,6 +2,7 @@ "xcode": { "default": "13.3.1", "versions": [ + { "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"] }, { "link": "13.2.1", "version": "13.2.1", "symlinks": ["13.2"] },