From 518f5407fa7ceab1db937c0b99187c88f86a754f Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Sat, 17 Sep 2022 18:05:53 +0300 Subject: [PATCH] Add Xcode 14.0.1 to macOS 12 (#6255) --- images/macos/toolsets/toolset-12.json | 1 + 1 file changed, 1 insertion(+) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 2d866b9f7..011764be8 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -3,6 +3,7 @@ "default": "13.4.1", "versions": [ { "link": "14.1", "version": "14.1.0"}, + { "link": "14.0.1", "version": "14.0.1" }, { "link": "14.0", "version": "14.0.0" }, { "link": "13.4.1", "version": "13.4.1" }, { "link": "13.4", "version": "13.4.0" },