From 84d0b942fdd62d52d741ad78c3afb57a5eaa8f9d Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Mon, 25 Dec 2023 15:53:16 -0500 Subject: [PATCH] Build on Apple Silicon. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82e18525..e9953637 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,6 +89,7 @@ executors: xcode-14: macos: xcode: "14.3.1" + resource_class: macos.m1.large.gen1 environment: LC_ALL: en_US.UTF-8 LANG: en_US.UTF-8 @@ -97,6 +98,7 @@ executors: xcode-15: macos: xcode: "15.1.0" + resource_class: macos.m1.large.gen1 environment: LC_ALL: en_US.UTF-8 LANG: en_US.UTF-8