From f31fdc41230c623b3b6e7e7bce014289e8b4f50d Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 22 Jan 2024 13:26:27 -0800 Subject: [PATCH] Update to Xcode 15.1 on CI --- .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: