Skip to content

Commit 369e98b

Browse files
markmentovaicopybara-github
authored andcommitted
mac: Switch to Xcode 26.0.1 25A400 (2025-09-22)
There is no change to the SDK, which remains at 26.0 25A352 (like macOS 26.0 25A354, 2025-09-15). Change-Id: If75990d5c22a9749abe565951e3129bafac8a292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6980166 Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Mark Mentovai <[email protected]> Cr-Commit-Position: refs/heads/main@{#1520239} NOKEYCHECK=True GitOrigin-RevId: 9c6c732531e6a99c6484e3fc978b1e2ea37f5f64
1 parent 3adb426 commit 369e98b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mac_toolchain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def LoadPList(path):
3333
return plistlib.load(f)
3434

3535

36-
# This contains binaries from Xcode 26.0 (17A324) along with the macOS 26.0 SDK
37-
# (25A352, which is like macOS 26.0 25A354) and the Metal toolchain (17A324,
36+
# This contains binaries from Xcode 26.0.1 (17A400) along with the macOS 26.0
37+
# SDK (25A352, which is like macOS 26.0 25A354) and the Metal toolchain (17A324,
3838
# 32023). To build these packages, see comments in build/xcode_binaries.yaml.
3939
#
4040
# To update the version numbers, open Xcode's "About Xcode" or run `xcodebuild
@@ -46,7 +46,7 @@ def LoadPList(path):
4646
# MAC_BINARIES_LABEL.
4747

4848
MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64'
49-
MAC_BINARIES_TAG = 'R3tAh86UE4bodN1_DNbWgVXD2aNcpXpz9xo1JaPE-4oC'
49+
MAC_BINARIES_TAG = 'ab7mQwdyDemzw1Utqhv4AaS7WLz4_Nq9V3L-eMuupMsC'
5050

5151
# The toolchain will not be downloaded if the minimum OS version is not met. 19
5252
# is the Darwin major version number for macOS 10.15. Xcode 26.0 17A324 only

0 commit comments

Comments
 (0)