mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
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:
parent
0951cb513a
commit
99427654aa
1
.circleci/config.yml
generated
1
.circleci/config.yml
generated
|
|
@ -847,6 +847,7 @@ jobs:
|
|||
<<: *binary_mac_params
|
||||
macos:
|
||||
xcode: "12.0"
|
||||
resource_class: "large"
|
||||
steps:
|
||||
# See Note [Workspace for CircleCI scripts] in job-specs-setup.yml
|
||||
- checkout
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@
|
|||
<<: *binary_mac_params
|
||||
macos:
|
||||
xcode: "12.0"
|
||||
resource_class: "large"
|
||||
steps:
|
||||
# See Note [Workspace for CircleCI scripts] in job-specs-setup.yml
|
||||
- checkout
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user