From cae9df3eaba4e3e0fc6342216c824691dc8449ba Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 22 Jan 2021 09:40:08 +0300 Subject: [PATCH] Add Xcode 12.4 on macOS images (#2518) --- images/macos/toolsets/toolset-10.15.json | 1 + images/macos/toolsets/toolset-11.0.json | 1 + 2 files changed, 2 insertions(+) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index ebc0c83c3..891dc3f4e 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -2,6 +2,7 @@ "xcode": { "default": "12.2", "versions": [ + { "link": "12.4", "version": "12.4.0"}, { "link": "12.3", "version": "12.3.0"}, { "link": "12.2", "version": "12.2.0" }, { "link": "12.1.1", "version": "12.1.1" }, diff --git a/images/macos/toolsets/toolset-11.0.json b/images/macos/toolsets/toolset-11.0.json index 89b5785b9..154f83fde 100644 --- a/images/macos/toolsets/toolset-11.0.json +++ b/images/macos/toolsets/toolset-11.0.json @@ -2,6 +2,7 @@ "xcode": { "default": "12.2", "versions": [ + { "link": "12.4", "version": "12.4.0"}, { "link": "12.3", "version": "12.3.0"}, { "link": "12.2", "version": "12.2.0" }, { "link": "11.7", "version": "11.7.0", "symlinks": ["11.7_beta"] }