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
This commit is contained in:
Héctor Ramos
2022-04-01 16:19:29 -07:00
committed by Facebook GitHub Bot
parent fdab98be87
commit 370f1ca0cd
+2 -2
View File
@@ -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