From 418b2ec105aa6e8927600bbd138fab6dc3bcdf45 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 22 Jan 2024 16:28:16 -0500 Subject: [PATCH] Update to Xcode 15.1 on CI (#294) --- .bazelci/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 7cc5cab..5831d4e 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -3,8 +3,8 @@ x_defaults: # YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes # it doesn't know about; so that is used to avoid repeating common subparts. common: &common - platform: macos - xcode_version: "14.2" + platform: macos_arm64 + xcode_version: "15.1" build_targets: - "//..." test_targets: