Unverified Commit 5286f9f6 authored by Danylo Baibak's avatar Danylo Baibak Committed by GitHub
Browse files

Migrate the macOS runners label from macos-m1-12 to macos-m1-stable

Differential Revision: D53606067

Pull Request resolved: https://github.com/pytorch/audio/pull/3740
parent 02586da7
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
test-infra-ref: main test-infra-ref: main
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
smoke-test-script: ${{ matrix.smoke-test-script }} smoke-test-script: ${{ matrix.smoke-test-script }}
runner-type: macos-m1-12 runner-type: macos-m1-stable
package-name: ${{ matrix.package-name }} package-name: ${{ matrix.package-name }}
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
secrets: secrets:
......
...@@ -47,6 +47,6 @@ jobs: ...@@ -47,6 +47,6 @@ jobs:
test-infra-ref: main test-infra-ref: main
build-matrix: ${{ needs.generate-matrix.outputs.matrix }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
smoke-test-script: ${{ matrix.smoke-test-script }} smoke-test-script: ${{ matrix.smoke-test-script }}
runner-type: macos-m1-12 runner-type: macos-m1-stable
package-name: ${{ matrix.package-name }} package-name: ${{ matrix.package-name }}
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
...@@ -62,7 +62,7 @@ jobs: ...@@ -62,7 +62,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"] ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"]
runner: ["macos-m1-12", "macos-12"] runner: ["macos-m1-stable", "macos-12"]
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with: with:
job-name: Build job-name: Build
......
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