From 20545329084358b229e77a4b7c31058d5d0a6b5b Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:17:36 +0200 Subject: [PATCH] [macOS] Add Xcode 26 beta 1 without runtimes on macOS-15 arm64-based image (#12387) Co-authored-by: sangeeths03 --- images/macos/toolsets/toolset-15.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index b9030f266..7187eadec 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -49,6 +49,13 @@ }, "arm64":{ "versions": [ + { + "link": "26_beta", + "version": "26.0.0-Beta+17A5241e", + "symlinks": ["26.0"], + "sha256": "664ad6ec7a3139e9c43b95620c73f8950a802c3d469bb47e6d89f3eab9541b1c", + "install_runtimes": "none" + }, { "link": "16.4", "version": "16.4.0+16F6",