Skip to content

Commit 7ceb040

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] Move from xcode 12 to 14 (#6218)
Reviewed By: jdsgomes Differential Revision: D37643912 fbshipit-source-id: 88f548557a9bb5cb6b65817556cabc4b8d72b892
1 parent c57c120 commit 7ceb040

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
binary_macos_wheel:
459459
<<: *binary_common
460460
macos:
461-
xcode: "12.0"
461+
xcode: "14.0"
462462
steps:
463463
- checkout_merge
464464
- designate_upload_channel
@@ -481,7 +481,7 @@ jobs:
481481
binary_ios_build:
482482
<<: *torchvision_ios_params
483483
macos:
484-
xcode: "12.0"
484+
xcode: "14.0"
485485
steps:
486486
- attach_workspace:
487487
at: ~/workspace
@@ -501,7 +501,7 @@ jobs:
501501
binary_ios_upload:
502502
<<: *torchvision_ios_params
503503
macos:
504-
xcode: "12.0"
504+
xcode: "14.0"
505505
steps:
506506
- attach_workspace:
507507
at: ~/workspace
@@ -554,7 +554,7 @@ jobs:
554554
binary_macos_conda:
555555
<<: *binary_common
556556
macos:
557-
xcode: "12.0"
557+
xcode: "14.0"
558558
steps:
559559
- checkout_merge
560560
- designate_upload_channel
@@ -901,7 +901,7 @@ jobs:
901901
unittest_macos_cpu:
902902
<<: *binary_common
903903
macos:
904-
xcode: "12.0"
904+
xcode: "14.0"
905905
resource_class: large
906906
steps:
907907
- checkout
@@ -977,7 +977,7 @@ jobs:
977977
cmake_macos_cpu:
978978
<<: *binary_common
979979
macos:
980-
xcode: "12.0"
980+
xcode: "14.0"
981981
steps:
982982
- checkout_merge
983983
- designate_upload_channel

0 commit comments

Comments
 (0)