presubmit.yml: Use xcode 14.2

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.
This commit is contained in:
Derek Bailey
2024-03-12 00:16:04 +00:00
parent b1f617fcb2
commit 67eb95de92

View File

@@ -31,6 +31,7 @@ platforms:
test_targets:
- "//..."
macos:
xcode_version: "14.2"
build_targets:
- "//..."
test_targets: