Skip to content

Commit

Permalink
Update CI jobs xcode/macOS version to match PyTorch core (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Jun 23, 2021
1 parent e35562a commit 0435df1
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 @@ -174,7 +174,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout
- designate_upload_channel
Expand All @@ -200,7 +200,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 @@ -174,7 +174,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout
- designate_upload_channel
Expand All @@ -200,7 +200,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 0435df1

Please sign in to comment.