Skip to content

Commit c96362f

Browse files
[CI] Use Xcode 14.2 (#1820)
Looks like CI ~is~ was broken because the [CI fleet was upgraded to Xcode 14.2](bazelbuild/continuous-integration#1431 (comment)) and some machines were missing the watchOS and tvOS SDKs. Now that the iMacs are properly set up, we should be able to simply use Xcode 14.2. We can't use Xcode 13.0 anymore because it doesn't run on macOS Ventura (which all the x86_64 machines are on after the upgrade). Future tasks might include adding support for arm64 in our tooling so that we can switch to run on Mac Studios instead of iMacs.
1 parent 3d23948 commit c96362f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ x_defaults:
44
# it doesn't know about; so that is used to avoid repeating common subparts.
55
common: &common
66
platform: macos
7+
xcode_version: "14.2"
78
build_targets:
89
- "tools/..."
910
- "test/..."

0 commit comments

Comments
 (0)