From 21b384e4c7a20242bf6165c7a0c2150244dd85eb Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Thu, 2 Sep 2021 15:44:14 -0500 Subject: [PATCH] use medium macos executor --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3b69fb2d..e047bf116 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ executors: macos: &macos_executor macos: xcode: "11.4" - resource_class: xlarge + resource_class: medium environment: XTASK_TARGET: "x86_64-apple-darwin"