From 370f1ca0cd2581249591b24cc2c8d7e9a2278a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 1 Apr 2022 16:19:29 -0700 Subject: [PATCH] Circle CI: Use new generation machines in macOS jobs Summary: Use Circle CI's new generation macOS resource class in all iOS and macOS jobs. This resource provides additional resources and should reduce execution time in our iOS and macOS jobs by about 40-50%. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D35294738 fbshipit-source-id: 817a8f80e774a11d23d9466d938064ac41625256 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7dde0f387f8..37e1e9bf490 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,6 +80,7 @@ executors: <<: *defaults macos: xcode: &_XCODE_VERSION "13.0.0" + resource_class: macos.x86.medium.gen2 # ------------------------- # COMMANDS @@ -888,8 +889,7 @@ jobs: - hermesc/linux build-hermesc-macos: - macos: - xcode: &_XCODE_VERSION "13.0.0" + executor: reactnativeios working_directory: ~/hermes environment: - HERMES_WS_DIR: *hermes_workspace_root