From 1989a8f3f2b62446f43c4891bcdde44f7da11866 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Thu, 17 Aug 2023 15:44:33 +0200 Subject: [PATCH] Upgrade to Xcode 14.3 (#2078) Xcode 14.3 is now installed on all macOS machines. --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2ee588dfad..92df048472 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -4,7 +4,7 @@ x_defaults: # it doesn't know about; so that is used to avoid repeating common subparts. common: &common platform: macos - xcode_version: "14.2" + xcode_version: "14.3" build_targets: - "tools/..." - "test/..."