Commit 9efefff1 authored by Andrey Talman's avatar Andrey Talman Committed by Facebook GitHub Bot
Browse files

Move xcode to 14 from 12.5 (#2622)

Summary:
Similar to https://github.com/pytorch/vision/pull/6218
Fixing MacOS builds

Pull Request resolved: https://github.com/pytorch/audio/pull/2622

Reviewed By: weiwangmeta

Differential Revision: D38722983

Pulled By: atalman

fbshipit-source-id: 4cef85c97dc270fc812bc289592c4f3815f73c85
parent 556a8dcd
...@@ -185,7 +185,7 @@ jobs: ...@@ -185,7 +185,7 @@ jobs:
build_ffmpeg_macos: build_ffmpeg_macos:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
steps: steps:
- checkout - checkout
- generate_cache_key - generate_cache_key
...@@ -289,7 +289,7 @@ jobs: ...@@ -289,7 +289,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -318,7 +318,7 @@ jobs: ...@@ -318,7 +318,7 @@ jobs:
binary_macos_conda: binary_macos_conda:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -756,7 +756,7 @@ jobs: ...@@ -756,7 +756,7 @@ jobs:
unittest_macos_cpu: unittest_macos_cpu:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
resource_class: large resource_class: large
steps: steps:
- checkout - checkout
......
...@@ -185,7 +185,7 @@ jobs: ...@@ -185,7 +185,7 @@ jobs:
build_ffmpeg_macos: build_ffmpeg_macos:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
steps: steps:
- checkout - checkout
- generate_cache_key - generate_cache_key
...@@ -289,7 +289,7 @@ jobs: ...@@ -289,7 +289,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -318,7 +318,7 @@ jobs: ...@@ -318,7 +318,7 @@ jobs:
binary_macos_conda: binary_macos_conda:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -756,7 +756,7 @@ jobs: ...@@ -756,7 +756,7 @@ jobs:
unittest_macos_cpu: unittest_macos_cpu:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.5" xcode: "14.0"
resource_class: large resource_class: large
steps: steps:
- checkout - checkout
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment