From f5d2b977cd76ad717c0586e6db214f13ab89fa12 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:45:56 +0300 Subject: [PATCH] Add Xcode 13.2 to macOS 11 & 12 (#4363) --- images/macos/toolsets/toolset-11.json | 1 + images/macos/toolsets/toolset-12.json | 1 + 2 files changed, 2 insertions(+) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index cf7426770..40c8d42d2 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -2,6 +2,7 @@ "xcode": { "default": "13.0", "versions": [ + { "link": "13.2", "version": "13.2.0" }, { "link": "13.1", "version": "13.1.0" }, { "link": "13.0", "version": "13.0.0" }, { "link": "13.0_beta", "version": "13 beta 5", "skip-symlink": "true" }, diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index fb81b60bb..cac60ec29 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -2,6 +2,7 @@ "xcode": { "default": "13.0", "versions": [ + { "link": "13.2", "version": "13.2.0" }, { "link": "13.1", "version": "13.1.0" }, { "link": "13.0", "version": "13.0.0"} ]