Skip to content

Commit afc11bc

Browse files
Upgrade to Xcode 16.4 for releases (#3241)
Signed-off-by: Brentley Jones <[email protected]>
1 parent 6bdbcde commit afc11bc

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": "16A242d", # 16.0.0 GM
8+
"//command_line_option:xcode_version": "16F6", # 16.4.0
99
}
1010

1111
_force_release_settings = transition(

0 commit comments

Comments
 (0)