Skip to content

Commit dff637f

Browse files
committed
Upgrade Xcode used for releases to 26.1
Signed-off-by: Brentley Jones <[email protected]>
1 parent ecbaf44 commit dff637f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/release_wrapper.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def _force_release_settings_impl(_settings, _attr):
55
"//command_line_option:compilation_mode": "opt",
66

77
# Lock down distribution to a specific Xcode version
8-
"//command_line_option:xcode_version": "16F6", # 16.4.0
8+
"//command_line_option:xcode_version": "17B55", # 26.1
99
}
1010

1111
_force_release_settings = transition(

0 commit comments

Comments
 (0)