Skip to content

Commit

Permalink
Move from xcode 12 to 14 (#6218) (#6362)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasilis Vryniotis <[email protected]>
  • Loading branch information
atalman and datumbox authored Aug 3, 2022
1 parent 5a9ee49 commit bddbd7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "14.0"
steps:
- checkout_merge
- designate_upload_channel
Expand All @@ -468,7 +468,7 @@ jobs:
binary_ios_build:
<<: *torchvision_ios_params
macos:
xcode: "12.0"
xcode: "14.0"
steps:
- attach_workspace:
at: ~/workspace
Expand All @@ -488,7 +488,7 @@ jobs:
binary_ios_upload:
<<: *torchvision_ios_params
macos:
xcode: "12.0"
xcode: "14.0"
steps:
- attach_workspace:
at: ~/workspace
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "14.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down Expand Up @@ -888,7 +888,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "14.0"
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -964,7 +964,7 @@ jobs:
cmake_macos_cpu:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "14.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down

0 comments on commit bddbd7e

Please sign in to comment.