From 2bcc894aacfaa905aa2e4724200ca211953a2d69 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:43:17 +0000 Subject: [PATCH] update mac ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20b2d5a8..5ab23634 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,8 +10,8 @@ orbs: jobs: build: macos: - xcode: 14.1.0 # Specify the Xcode version to use - resource_class: macos.m1.medium.gen1 + xcode: 16.4.0 # Specify the Xcode version to use + resource_class: m4pro.medium environment: HOMEBREW_NO_AUTO_UPDATE: 1 NPROC: 4