Skip to content

Commit

Permalink
Circle CI: Use new generation machines in macOS jobs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hramos authored and facebook-github-bot committed Apr 1, 2022
1 parent fdab98b commit 370f1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ executors:
<<: *defaults
macos:
xcode: &_XCODE_VERSION "13.0.0"
resource_class: macos.x86.medium.gen2

# -------------------------
# COMMANDS
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 370f1ca

Please sign in to comment.