Skip to content

Commit

Permalink
Update CI jobs xcode/macOS version to match PyTorch core (#1300) (#1391)
Browse files Browse the repository at this point in the history
Co-authored-by: moto <855818+mthrok@users.noreply.github.com>
  • Loading branch information
malfet and mthrok committed Sep 14, 2021
1 parent f65cc3f commit 7f5608c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout
- designate_upload_channel
Expand All @@ -193,7 +193,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout
- designate_upload_channel
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout
- designate_upload_channel
Expand All @@ -193,7 +193,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout
- designate_upload_channel
Expand Down

0 comments on commit 7f5608c

Please sign in to comment.