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

Commit 0435df1

Browse files
authored
Update CI jobs xcode/macOS version to match PyTorch core (#1300)
1 parent e35562a commit 0435df1

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
@@ -174,7 +174,7 @@ jobs:
174174
binary_macos_wheel:
175175
<<: *binary_common
176176
macos:
177-
xcode: "9.4.1"
177+
xcode: "12.0"
178178
steps:
179179
- checkout
180180
- designate_upload_channel
@@ -200,7 +200,7 @@ jobs:
200200
binary_macos_conda:
201201
<<: *binary_common
202202
macos:
203-
xcode: "9.4.1"
203+
xcode: "12.0"
204204
steps:
205205
- checkout
206206
- designate_upload_channel

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
binary_macos_wheel:
175175
<<: *binary_common
176176
macos:
177-
xcode: "9.4.1"
177+
xcode: "12.0"
178178
steps:
179179
- checkout
180180
- designate_upload_channel
@@ -200,7 +200,7 @@ jobs:
200200
binary_macos_conda:
201201
<<: *binary_common
202202
macos:
203-
xcode: "9.4.1"
203+
xcode: "12.0"
204204
steps:
205205
- checkout
206206
- designate_upload_channel

0 commit comments

Comments
 (0)