Skip to content

Commit

Permalink
Update xcode version to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Aug 4, 2021
1 parent 15d0609 commit 761d09f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand All @@ -293,7 +293,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 @@ -643,7 +643,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -719,7 +719,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 @@ -270,7 +270,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand All @@ -293,7 +293,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 @@ -643,7 +643,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -719,7 +719,7 @@ jobs:
cmake_macos_cpu:
<<: *binary_common
macos:
xcode: "9.4.1"
xcode: "12.0"
steps:
- checkout_merge
- designate_upload_channel
Expand Down

0 comments on commit 761d09f

Please sign in to comment.