Skip to content

Commit

Permalink
Move xcode to 14 from 12.5 (#2622)
Browse files Browse the repository at this point in the history
Summary:
Similar to pytorch/vision#6218
Fixing MacOS builds

Pull Request resolved: #2622

Reviewed By: weiwangmeta

Differential Revision: D38722983

Pulled By: atalman

fbshipit-source-id: 4cef85c97dc270fc812bc289592c4f3815f73c85
  • Loading branch information
atalman authored and facebook-github-bot committed Aug 16, 2022
1 parent 556a8dc commit 9efefff
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

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
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

0 comments on commit 9efefff

Please sign in to comment.