From 67eb95de9281087ccbba9aafd6e8ab1958d12045 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Tue, 12 Mar 2024 00:16:04 +0000 Subject: [PATCH] `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. --- .bazelci/presubmit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 7f8bdd42269..bcab65430d6 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -31,6 +31,7 @@ platforms: test_targets: - "//..." macos: + xcode_version: "14.2" build_targets: - "//..." test_targets: