From f98ae68904e603f0f9fd91e6b50564274e43b843 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 9 Oct 2025 15:42:58 -0700 Subject: [PATCH] [ci] Bump xcode version (#1615) 13.4.1 is scheduled for deprecation: https://circleci.com/changelog/deprecation-of-eol-xcode-versions/ Note that the underlying macOS version is still 12.6.1 --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54f05b2..5fa4eca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,9 @@ executors: # brew itself which takes more than 4 minutes. HOMEBREW_NO_AUTO_UPDATE: "1" macos: - xcode: "13.4.1" + # Corresponds to macOS 12.6.1 + # See https://circleci.com/docs/guides/execution-managed/using-macos/#supported-xcode-versions + xcode: "14.0.1" resource_class: macos.m1.medium.gen1 linux_arm64: machine: