Skip to content

Commit 330201f

Browse files
atalmanmthrok
andauthored
Update CircleCI Xcode image (#1818) (#1870)
CircleCI is removing Xcode 12.4.0 image on August, and there was a planned burnout on July 6th. https://app.circleci.com/pipelines/github/pytorch/text/5996/workflows/0bfa021d-b532-4385-b406-c56373c8e9ce/jobs/204435 This commit updates Xcode image to 12.5 Co-authored-by: moto <[email protected]>
1 parent d498523 commit 330201f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
binary_macos_wheel:
204204
<<: *binary_common
205205
macos:
206-
xcode: "12.0"
206+
xcode: "12.5"
207207
steps:
208208
- checkout
209209
- designate_upload_channel
@@ -229,7 +229,7 @@ jobs:
229229
binary_macos_conda:
230230
<<: *binary_common
231231
macos:
232-
xcode: "12.0"
232+
xcode: "12.5"
233233
steps:
234234
- checkout
235235
- designate_upload_channel
@@ -437,7 +437,7 @@ jobs:
437437
unittest_macos:
438438
<<: *binary_common
439439
macos:
440-
xcode: "12.0"
440+
xcode: "12.5"
441441
resource_class: large
442442
steps:
443443
- checkout

0 commit comments

Comments
 (0)