From 9352a813a98649d06e9e7818cf4f99d32a5a7827 Mon Sep 17 00:00:00 2001 From: archita105 Date: Fri, 26 Sep 2025 03:43:52 +0530 Subject: [PATCH] [macOS] Add Xcode 26.1 beta to macOS 15 and macOS 26 (#13085) --------- Co-authored-by: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> --- images/macos/toolsets/toolset-15.json | 16 ++++++++++++++++ images/macos/toolsets/toolset-26.json | 8 ++++++++ 2 files changed, 24 insertions(+) diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 911c9a3df..af19f3c57 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -3,6 +3,14 @@ "default": "16.4", "x64": { "versions": [ + { + "link": "26.1_beta", + "filename": "26.1_beta_Universal", + "version": "26.1-Beta+17B5025f", + "symlinks": ["26.1"], + "sha256": "432f6cb936ec9547e1075e5a969309e6e0497199810bcb79e10423fa5408891c", + "install_runtimes": "none" + }, { "link": "26.0.1", "filename": "26.0.1_Universal", @@ -55,6 +63,14 @@ }, "arm64":{ "versions": [ + { + "link": "26.1_beta", + "filename": "26.1_beta_Universal", + "version": "26.1-Beta+17B5025f", + "symlinks": ["26.1"], + "sha256": "432f6cb936ec9547e1075e5a969309e6e0497199810bcb79e10423fa5408891c", + "install_runtimes": "none" + }, { "link": "26.0.1", "filename": "26.0.1_Universal", diff --git a/images/macos/toolsets/toolset-26.json b/images/macos/toolsets/toolset-26.json index 02aaf7d9d..9fa945033 100644 --- a/images/macos/toolsets/toolset-26.json +++ b/images/macos/toolsets/toolset-26.json @@ -3,6 +3,14 @@ "default": "26.0.1", "arm64":{ "versions": [ + { + "link": "26.1_beta", + "filename": "26.1_beta_Universal", + "version": "26.1-Beta+17B5025f", + "symlinks": ["26.1"], + "sha256": "432f6cb936ec9547e1075e5a969309e6e0497199810bcb79e10423fa5408891c", + "install_runtimes": "default" + }, { "link": "26.0.1", "filename": "26.0.1_Universal",