Commit 8b70c93e authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Update CircleCI Xcode image (#2529)

Summary:
CircleCI is removing Xcode 12.4.0 image on August, and there was a planned
burnout on July 6th. [[detail](https://discuss.circleci.com/t/xcode-image-deprecation/44294?mkt_tok=NDg1LVpNSC02MjYAAAGFbbxbX7nSPCzN0MCKN078pw0VLJ-TMdICr8_gouRNYBM8C55RL8NDKLXA_9CQGPqnhJE5lsSFdetLRF-nH7iBLzoPGBfYpf2vuJ-XkW_C4__4)]

https://app.circleci.com/pipelines/github/pytorch/audio/11566/workflows/da167296-a84f-4dfe-b1b9-60d67e7a3d1c/jobs/771638

This commit updates Xcode image to 12.5

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

Reviewed By: atalman

Differential Revision: D37688122

Pulled By: mthrok

fbshipit-source-id: 1095edbf0d920c4dc772555915bce93875b74671
parent b2a90f91
...@@ -184,7 +184,7 @@ jobs: ...@@ -184,7 +184,7 @@ jobs:
build_ffmpeg_macos: build_ffmpeg_macos:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
steps: steps:
- checkout - checkout
- generate_cache_key - generate_cache_key
...@@ -288,7 +288,7 @@ jobs: ...@@ -288,7 +288,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -317,7 +317,7 @@ jobs: ...@@ -317,7 +317,7 @@ jobs:
binary_macos_conda: binary_macos_conda:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -761,7 +761,7 @@ jobs: ...@@ -761,7 +761,7 @@ jobs:
unittest_macos_cpu: unittest_macos_cpu:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
resource_class: large resource_class: large
steps: steps:
- checkout - checkout
......
...@@ -184,7 +184,7 @@ jobs: ...@@ -184,7 +184,7 @@ jobs:
build_ffmpeg_macos: build_ffmpeg_macos:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
steps: steps:
- checkout - checkout
- generate_cache_key - generate_cache_key
...@@ -288,7 +288,7 @@ jobs: ...@@ -288,7 +288,7 @@ jobs:
binary_macos_wheel: binary_macos_wheel:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -317,7 +317,7 @@ jobs: ...@@ -317,7 +317,7 @@ jobs:
binary_macos_conda: binary_macos_conda:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
steps: steps:
- checkout - checkout
- load_conda_channel_flags - load_conda_channel_flags
...@@ -761,7 +761,7 @@ jobs: ...@@ -761,7 +761,7 @@ jobs:
unittest_macos_cpu: unittest_macos_cpu:
<<: *binary_common <<: *binary_common
macos: macos:
xcode: "12.0" xcode: "12.5"
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