Skip to content

Commit

Permalink
Fixes pytorch#2880 - failing macosx cmake ci job (pytorch#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Dec 4, 2020
1 parent 2fb53d4 commit 213211c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ jobs:
cmake_macos_cpu:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout_merge
- designate_upload_channel
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ jobs:
cmake_macos_cpu:
<<: *binary_common
macos:
xcode: "9.0"
xcode: "9.4.1"
steps:
- checkout_merge
- designate_upload_channel
Expand Down

0 comments on commit 213211c

Please sign in to comment.