From 47e8783e7e99926f3b0195935376912a047bd1f7 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Mon, 30 May 2022 15:49:56 +0200 Subject: [PATCH] [macOS] deprecate xcode 13.2 on Big Sur (#5638) --- images/macos/toolsets/toolset-11.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 4be38c19..ef0df2fb 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -2,8 +2,7 @@ "xcode": { "default": "13.2.1", "versions": [ - { "link": "13.2.1", "version": "13.2.1" }, - { "link": "13.2", "version": "13.2.0" }, + { "link": "13.2.1", "version": "13.2.1", "symlinks": ["13.2"] }, { "link": "13.1", "version": "13.1.0" }, { "link": "13.0", "version": "13.0.0" }, { "link": "12.5.1", "version": "12.5.1", "symlinks": ["12.5"] },