Skip to content

Commit

Permalink
Use Xcode 16 for distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Oct 30, 2024
1 parent c8422cb commit 36d4564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/release_wrapper.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def _force_release_settings_impl(_settings, _attr):
"//command_line_option:compilation_mode": "opt",

# Lock down distribution to a specific Xcode version
"//command_line_option:xcode_version": "15C500b", # 15.2.0 GM
"//command_line_option:xcode_version": "16A242d", # 16.0.0 GM
}

_force_release_settings = transition(
Expand Down

0 comments on commit 36d4564

Please sign in to comment.