Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down Expand Up @@ -739,7 +739,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -815,7 +815,7 @@ jobs:
cmake_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down
8 changes: 4 additions & 4 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down Expand Up @@ -739,7 +739,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -815,7 +815,7 @@ jobs:
cmake_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down