From 5bd15b6a35ac70408dd2d18f399d79608c76e449 Mon Sep 17 00:00:00 2001 From: r0qs Date: Wed, 9 Oct 2024 08:57:39 +0200 Subject: [PATCH] Switch from m1.medium to new m2pro.medium resource class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kamil ƚliwak --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca1043685c1f..3de619503171 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -496,12 +496,12 @@ defaults: - base_osx: &base_osx macos: - xcode: "15.0.0" - resource_class: macos.m1.medium.gen1 + xcode: "16.0.0" + resource_class: m2pro.medium environment: &base_osx_env TERM: xterm - MAKEFLAGS: -j5 - CPUs: 5 + MAKEFLAGS: -j7 + CPUs: 7 - base_python_small: &base_python_small docker: