Skip to content

Commit

Permalink
presubmit.yml: Use xcode 14.2
Browse files Browse the repository at this point in the history
It appears the upgrade to xcode 14.3 broke the macos build on builkite.
The last good build was using xcode 14.2, so go back to this version
until the issue is resolved.
  • Loading branch information
dbaileychess committed Mar 12, 2024
1 parent b1f617f commit 67eb95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ platforms:
test_targets:
- "//..."
macos:
xcode_version: "14.2"
build_targets:
- "//..."
test_targets:
Expand Down

0 comments on commit 67eb95d

Please sign in to comment.