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: ...@@ -41,7 +41,7 @@ jobs:
matrix: matrix:
include: include:
- runner: macos-12 - runner: macos-12
- runner: macos-m1-12 - runner: macos-m1-stable
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with: with:
......
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
package-name: ${{ matrix.package-name }} package-name: ${{ matrix.package-name }}
smoke-test-script: ${{ matrix.smoke-test-script }} smoke-test-script: ${{ matrix.smoke-test-script }}
runner-type: macos-m1-12 runner-type: macos-m1-stable
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
secrets: secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }} CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
......
...@@ -47,6 +47,6 @@ jobs: ...@@ -47,6 +47,6 @@ jobs:
pre-script: ${{ matrix.pre-script }} pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }} post-script: ${{ matrix.post-script }}
package-name: ${{ matrix.package-name }} package-name: ${{ matrix.package-name }}
runner-type: macos-m1-12 runner-type: macos-m1-stable
smoke-test-script: ${{ matrix.smoke-test-script }} smoke-test-script: ${{ matrix.smoke-test-script }}
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
runner: ["macos-12"] runner: ["macos-12"]
include: include:
- python-version: "3.8" - python-version: "3.8"
runner: macos-m1-12 runner: macos-m1-stable
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with: 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