Skip to content

Commit

Permalink
Update CircleCI Xcode image (#1818) (#1870)
Browse files Browse the repository at this point in the history
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 <855818+mthrok@users.noreply.github.com>
  • Loading branch information
atalman and mthrok authored Aug 3, 2022
1 parent d498523 commit 330201f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "12.5"
steps:
- checkout
- designate_upload_channel
Expand All @@ -229,7 +229,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "12.5"
steps:
- checkout
- designate_upload_channel
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
unittest_macos:
<<: *binary_common
macos:
xcode: "12.0"
xcode: "12.5"
resource_class: large
steps:
- checkout
Expand Down

0 comments on commit 330201f

Please sign in to comment.