From 9efefff18b332c6eb0cb0bfd508803bc7e83f77e Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 16 Aug 2022 07:39:56 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 8 ++++---- .circleci/config.yml.in | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d5be554db..b881d06726 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,7 +185,7 @@ jobs: build_ffmpeg_macos: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" steps: - checkout - generate_cache_key @@ -289,7 +289,7 @@ jobs: binary_macos_wheel: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" steps: - checkout - load_conda_channel_flags @@ -318,7 +318,7 @@ jobs: binary_macos_conda: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" steps: - checkout - load_conda_channel_flags @@ -756,7 +756,7 @@ jobs: unittest_macos_cpu: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" resource_class: large steps: - checkout diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index 5becf7a27b..71cffd9604 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -185,7 +185,7 @@ jobs: build_ffmpeg_macos: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" steps: - checkout - generate_cache_key @@ -289,7 +289,7 @@ jobs: binary_macos_wheel: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" steps: - checkout - load_conda_channel_flags @@ -318,7 +318,7 @@ jobs: binary_macos_conda: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" steps: - checkout - load_conda_channel_flags @@ -756,7 +756,7 @@ jobs: unittest_macos_cpu: <<: *binary_common macos: - xcode: "12.5" + xcode: "14.0" resource_class: large steps: - checkout