Skip to content

Commit f156219

Browse files
committed
Use stable
1 parent ad20309 commit f156219

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
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
include:
43-
- runner: macos-m1-13
43+
- runner: macos-m1-stable
4444
fail-fast: false
4545
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
4646
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-13
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-13
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
@@ -53,7 +53,7 @@ jobs:
5353
- "3.10"
5454
- "3.11"
5555
- "3.12"
56-
runner: ["macos-m1-13"]
56+
runner: ["macos-m1-stable"]
5757
fail-fast: false
5858
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
5959
with:

0 commit comments

Comments
 (0)