Skip to content

Commit c1d70fe

Browse files
atalmanDanilBaibak
andauthored
Migrate the macOS runners label from macos-m1-12 to macos-m1-stable (#8346)
Co-authored-by: Danylo Baibak <baibak@meta.com>
1 parent 8e64d60 commit c1d70fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
include:
4343
- runner: macos-12
44-
- runner: macos-m1-12
44+
- runner: macos-m1-stable
4545
fail-fast: false
4646
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
4747
with:

.github/workflows/build-conda-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
post-script: ${{ matrix.post-script }}
4747
package-name: ${{ matrix.package-name }}
4848
smoke-test-script: ${{ matrix.smoke-test-script }}
49-
runner-type: macos-m1-12
49+
runner-type: macos-m1-stable
5050
trigger-event: ${{ github.event_name }}
5151
secrets:
5252
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}

.github/workflows/build-wheels-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
pre-script: ${{ matrix.pre-script }}
4848
post-script: ${{ matrix.post-script }}
4949
package-name: ${{ matrix.package-name }}
50-
runner-type: macos-m1-12
50+
runner-type: macos-m1-stable
5151
smoke-test-script: ${{ matrix.smoke-test-script }}
5252
trigger-event: ${{ github.event_name }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runner: ["macos-12"]
5555
include:
5656
- python-version: "3.8"
57-
runner: macos-m1-12
57+
runner: macos-m1-stable
5858
fail-fast: false
5959
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
6060
with:

0 commit comments

Comments
 (0)