From e49b36da206e7477e6431105b275bef622cb6647 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Thu, 17 Aug 2023 13:54:32 +0200 Subject: [PATCH] Upgrade to Xcode 14.3 --- .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/..."