From e393c898d59d803bc70dad80f44e881951e68f95 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:43:05 +0100 Subject: [PATCH] [macOS] Add iOS 26.0 for Xcode 26.0 (#13607) --- images/macos/toolsets/toolset-15.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 774d88ac4..ef26e59ab 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -24,7 +24,11 @@ "version": "26.0.1+17A400", "symlinks": ["26.0"], "sha256": "9881c457068c86ac91e94cca2d7116dfd01cb7179c22b0863b63c7f3bb7e7695", - "install_runtimes": "none" + "install_runtimes": [ + { "iOS": ["default"] }, + { "watchOS": ["skip"] }, + { "tvOS": ["skip"] } + ] }, { "link": "16.4", @@ -35,7 +39,7 @@ { "iOS": ["18.5", "18.6"] }, { "watchOS": ["11.5"] }, { "tvOS": ["18.5"] } - ] + ] }, { "link": "16.3", @@ -91,7 +95,12 @@ "version": "26.0.1+17A400", "symlinks": ["26.0"], "sha256": "9881c457068c86ac91e94cca2d7116dfd01cb7179c22b0863b63c7f3bb7e7695", - "install_runtimes": "none" + "install_runtimes": [ + { "iOS": ["default"] }, + { "watchOS": ["skip"] }, + { "tvOS": ["skip"] }, + { "visionOS": ["skip"] } + ] }, { "link": "16.4",