Unverified Commit 8e712070 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 (#8253)

parent 806dba67
......@@ -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@main
with:
......
......@@ -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 }}
......
......@@ -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 }}
......@@ -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@main
with:
......
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