From 6e5366d4f4a24866dfc78a221e545bc960a60b43 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Fri, 13 Nov 2020 20:36:22 +0300 Subject: [PATCH] xcode versions --- 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 011750b4..f00ea5d1 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -2,6 +2,7 @@ "xcode": { "default": "12", "versions": [ + { "link": "12.3", "version": "12.3.0"}, { "link": "12.2", "version": "12.2.0" }, { "link": "12.1.1", "version": "12.1.1" }, { "link": "12.1", "version": "12.1.0" }, diff --git a/images/macos/toolsets/toolset-11.0.json b/images/macos/toolsets/toolset-11.0.json index 0409e270..801c19c6 100644 --- a/images/macos/toolsets/toolset-11.0.json +++ b/images/macos/toolsets/toolset-11.0.json @@ -2,6 +2,7 @@ "xcode": { "default": "11.7", "versions": [ + { "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"] } ]