From 334f6902fef3adb0d79d0c4a27cdbff43f4b7489 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 15 Dec 2025 13:25:49 -0800 Subject: [PATCH] [CI] Update macos resource class. NFC (#1643) See https://circleci.com/changelog/deprecation-of-mac-m1-and-m2-resource-classes/ Sadly this also means we have to bump the version of macOS that we test on from 12.6.1 to 13.2.1 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b1d3f5..62868e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,10 +14,10 @@ executors: # brew itself which takes more than 4 minutes. HOMEBREW_NO_AUTO_UPDATE: "1" macos: - # Corresponds to macOS 12.6.1 + # Corresponds to macOS 13.2.1 # See https://circleci.com/docs/guides/execution-managed/using-macos/#supported-xcode-versions - xcode: "14.0.1" - resource_class: macos.m1.medium.gen1 + xcode: "14.3.1" + resource_class: m4pro.medium linux_arm64: machine: image: ubuntu-2004:2023.07.1