Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cherry-picked 0.12.1] Move xcode to 14 from 12.5 #2622

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml

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

8 changes: 4 additions & 4 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
build_ffmpeg_macos:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
steps:
- checkout
- generate_cache_key
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
binary_macos_wheel:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
steps:
- checkout
- load_conda_channel_flags
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
binary_macos_conda:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
steps:
- checkout
- load_conda_channel_flags
Expand Down Expand Up @@ -756,7 +756,7 @@ jobs:
unittest_macos_cpu:
<<: *binary_common
macos:
xcode: "12.5"
xcode: "14.0"
resource_class: large
steps:
- checkout
Expand Down