Skip to content

Commit

Permalink
Use m1 machines for CircleCI mac builds (#1092)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1092

Update CircleCI to use the `macos.m1.medium.gen1` resource class,
replacing the deprecated `macos.x86.medium.gen2`.

Reviewed By: dannysu

Differential Revision: D48154737

fbshipit-source-id: 4c4357bd9196e0e5f1012bdb484a8066b0eeffd9
  • Loading branch information
Matt Blagden authored and facebook-github-bot committed Aug 16, 2023
1 parent 16cef70 commit 3ecaae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ workflows:
apple_defaults: &apple_defaults
macos:
xcode: 13.4.1
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
working_directory: ~/hermes
environment:
- TERM: dumb
Expand Down

0 comments on commit 3ecaae9

Please sign in to comment.