Skip to content

Commit aa4968c

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Migrate the macOS runners label from macos-m1-12 to macos-m1-stable (#8253)
Reviewed By: vmoens Differential Revision: D55062783 fbshipit-source-id: 5b83639789aa34a733c1d3171b18c47834f926f8
1 parent abffd2f commit aa4968c

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@main
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@main
6060
with:

0 commit comments

Comments
 (0)