From 3c71e20140a6ab298e057a70de103929a667b98d Mon Sep 17 00:00:00 2001 From: Danylo Baibak Date: Tue, 6 Feb 2024 08:47:53 +0100 Subject: [PATCH] Migrate the macOS runners label from macos-m1-12 to macos-m1-stable (#8253) --- .github/workflows/build-cmake.yml | 2 +- .github/workflows/build-conda-m1.yml | 2 +- .github/workflows/build-wheels-m1.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml index eac10080ac2..48575959741 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -41,7 +41,7 @@ jobs: matrix: include: - runner: macos-12 - - runner: macos-m1-12 + - runner: macos-m1-stable fail-fast: false uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2 with: diff --git a/.github/workflows/build-conda-m1.yml b/.github/workflows/build-conda-m1.yml index d52bc29ad46..21f0e5f4c1f 100644 --- a/.github/workflows/build-conda-m1.yml +++ b/.github/workflows/build-conda-m1.yml @@ -46,7 +46,7 @@ jobs: post-script: ${{ matrix.post-script }} package-name: ${{ matrix.package-name }} smoke-test-script: ${{ matrix.smoke-test-script }} - runner-type: macos-m1-12 + runner-type: macos-m1-stable trigger-event: ${{ github.event_name }} secrets: CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }} diff --git a/.github/workflows/build-wheels-m1.yml b/.github/workflows/build-wheels-m1.yml index 35c0dca1e47..b33dca9e33d 100644 --- a/.github/workflows/build-wheels-m1.yml +++ b/.github/workflows/build-wheels-m1.yml @@ -47,6 +47,6 @@ jobs: pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} package-name: ${{ matrix.package-name }} - runner-type: macos-m1-12 + runner-type: macos-m1-stable smoke-test-script: ${{ matrix.smoke-test-script }} trigger-event: ${{ github.event_name }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3c3f1d67231..373457e0607 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: runner: ["macos-12"] include: - python-version: "3.8" - runner: macos-m1-12 + runner: macos-m1-stable fail-fast: false uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2 with: