Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 813a9d1

Browse files
committed
Update CI jobs xcode/macOS version to match PyTorch core
xcode: 12.0 macOS: 10.15 See https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
1 parent 8f5267c commit 813a9d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
binary_macos_wheel:
173173
<<: *binary_common
174174
macos:
175-
xcode: "9.4.1"
175+
xcode: "12.0"
176176
steps:
177177
- checkout
178178
- designate_upload_channel
@@ -198,7 +198,7 @@ jobs:
198198
binary_macos_conda:
199199
<<: *binary_common
200200
macos:
201-
xcode: "9.4.1"
201+
xcode: "12.0"
202202
steps:
203203
- checkout
204204
- designate_upload_channel

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
binary_macos_wheel:
173173
<<: *binary_common
174174
macos:
175-
xcode: "9.4.1"
175+
xcode: "12.0"
176176
steps:
177177
- checkout
178178
- designate_upload_channel
@@ -198,7 +198,7 @@ jobs:
198198
binary_macos_conda:
199199
<<: *binary_common
200200
macos:
201-
xcode: "9.4.1"
201+
xcode: "12.0"
202202
steps:
203203
- checkout
204204
- designate_upload_channel

0 commit comments

Comments
 (0)