Skip to content

Commit

Permalink
Update xcode version to 14.0 in CI (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayef211 authored Aug 15, 2022
1 parent 5a351b4 commit 2fd12f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
steps:
- checkout
- designate_upload_channel
Expand All @@ -233,7 +233,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
steps:
- checkout
- designate_upload_channel
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
unittest_macos:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
resource_class: large
steps:
- checkout
Expand Down

0 comments on commit 2fd12f3

Please sign in to comment.