Skip to content

Commit 53c44b5

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Update CI jobs xcode/macOS version to match PyTorch core (#3778)
Summary: xcode Version 9 is no longer supported by Apple. https://developer.apple.com/support/xcode/ Updating xcode to 12.0, which also updates the macOS to 10.15. See https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions Reviewed By: datumbox Differential Revision: D28473338 fbshipit-source-id: 786d7d199511958b1da07ba1ddffbf1d4810cf6c
1 parent fb9901e commit 53c44b5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
binary_macos_wheel:
338338
<<: *binary_common
339339
macos:
340-
xcode: "9.4.1"
340+
xcode: "12.0"
341341
steps:
342342
- checkout_merge
343343
- designate_upload_channel
@@ -397,7 +397,7 @@ jobs:
397397
binary_macos_conda:
398398
<<: *binary_common
399399
macos:
400-
xcode: "9.4.1"
400+
xcode: "12.0"
401401
steps:
402402
- checkout_merge
403403
- designate_upload_channel
@@ -739,7 +739,7 @@ jobs:
739739
unittest_macos_cpu:
740740
<<: *binary_common
741741
macos:
742-
xcode: "9.4.1"
742+
xcode: "12.0"
743743
resource_class: large
744744
steps:
745745
- checkout
@@ -815,7 +815,7 @@ jobs:
815815
cmake_macos_cpu:
816816
<<: *binary_common
817817
macos:
818-
xcode: "9.4.1"
818+
xcode: "12.0"
819819
steps:
820820
- checkout_merge
821821
- designate_upload_channel

.circleci/config.yml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
binary_macos_wheel:
338338
<<: *binary_common
339339
macos:
340-
xcode: "9.4.1"
340+
xcode: "12.0"
341341
steps:
342342
- checkout_merge
343343
- designate_upload_channel
@@ -397,7 +397,7 @@ jobs:
397397
binary_macos_conda:
398398
<<: *binary_common
399399
macos:
400-
xcode: "9.4.1"
400+
xcode: "12.0"
401401
steps:
402402
- checkout_merge
403403
- designate_upload_channel
@@ -739,7 +739,7 @@ jobs:
739739
unittest_macos_cpu:
740740
<<: *binary_common
741741
macos:
742-
xcode: "9.4.1"
742+
xcode: "12.0"
743743
resource_class: large
744744
steps:
745745
- checkout
@@ -815,7 +815,7 @@ jobs:
815815
cmake_macos_cpu:
816816
<<: *binary_common
817817
macos:
818-
xcode: "9.4.1"
818+
xcode: "12.0"
819819
steps:
820820
- checkout_merge
821821
- designate_upload_channel

0 commit comments

Comments
 (0)