Use "large" macos for binary builds

Hopefully it will fix the timeout

Pull Request resolved: https://github.com/pytorch/pytorch/pull/73089
This commit is contained in:
Nikita Shulga 2022-02-18 17:54:47 +00:00 committed by PyTorch MergeBot
parent 0951cb513a
commit 99427654aa
2 changed files with 2 additions and 0 deletions

1
.circleci/config.yml generated
View File

@ -847,6 +847,7 @@ jobs:
<<: *binary_mac_params <<: *binary_mac_params
macos: macos:
xcode: "12.0" xcode: "12.0"
resource_class: "large"
steps: steps:
# See Note [Workspace for CircleCI scripts] in job-specs-setup.yml # See Note [Workspace for CircleCI scripts] in job-specs-setup.yml
- checkout - checkout

View File

@ -161,6 +161,7 @@
<<: *binary_mac_params <<: *binary_mac_params
macos: macos:
xcode: "12.0" xcode: "12.0"
resource_class: "large"
steps: steps:
# See Note [Workspace for CircleCI scripts] in job-specs-setup.yml # See Note [Workspace for CircleCI scripts] in job-specs-setup.yml
- checkout - checkout