From 8c93fad835f96f8ea7df3107f7be4040d770fe4b Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 19 Oct 2021 11:22:08 +0300 Subject: [PATCH] Add Xcode 13.1 to macOS 11 & 12 (#4301) --- 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 d5997a0b..1b1b1501 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.1", "version": "13.1.0" }, { "link": "13.0", "version": "13.0.0" }, { "link": "13.0_beta", "version": "13 beta 5", "skip-symlink": "true" }, { "link": "12.5.1", "version": "12.5.1" }, diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 82ddeda5..11fc679d 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.1", "version": "13.1.0" }, { "link": "13.0", "version": "13.0.0"} ] },