From 48471ff8927862433a204614090678f5deeaa090 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Mon, 3 Jun 2024 11:24:19 +0200 Subject: [PATCH] Upgrade to Xcode 15.4 --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0efb704afe..b0aafac0c8 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_arm64 - xcode_version: "15.2" + xcode_version: "15.4" build_targets: - "tools/..." - "test/..."