Skip to content

Commit

Permalink
Use large macos instance (facebook#8320)
Browse files Browse the repository at this point in the history
Summary:
Macos build is taking more than 1 hour, bump the instance type from the
default medium to large (large macos instance was not available before).

Pull Request resolved: facebook#8320

Test Plan: watch CI pass

Reviewed By: ajkr

Differential Revision: D28589456

Pulled By: jay-zhuang

fbshipit-source-id: cff78dae5aaf9de90ade3468469290176de5ff32
  • Loading branch information
jay-zhuang authored and facebook-github-bot committed May 22, 2021
1 parent 3469d60 commit 6c7c3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
build-macos:
macos:
xcode: 11.3.0
resource_class: large
steps:
- increase-max-open-files-on-macos
- install-pyenv-on-macos
Expand All @@ -132,6 +133,7 @@ jobs:
build-macos-cmake:
macos:
xcode: 11.3.0
resource_class: large
steps:
- increase-max-open-files-on-macos
- install-pyenv-on-macos
Expand Down

0 comments on commit 6c7c3e8

Please sign in to comment.