Skip to content

Commit 9ca76d2

Browse files
author
pytorchbot
committed
2024-02-09 nightly release (5286f9f)
1 parent af80fa1 commit 9ca76d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
test-infra-ref: main
4646
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4747
smoke-test-script: ${{ matrix.smoke-test-script }}
48-
runner-type: macos-m1-12
48+
runner-type: macos-m1-stable
4949
package-name: ${{ matrix.package-name }}
5050
trigger-event: ${{ github.event_name }}
5151
secrets:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
test-infra-ref: main
4848
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4949
smoke-test-script: ${{ matrix.smoke-test-script }}
50-
runner-type: macos-m1-12
50+
runner-type: macos-m1-stable
5151
package-name: ${{ matrix.package-name }}
5252
trigger-event: ${{ github.event_name }}

.github/workflows/ffmpeg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"]
65-
runner: ["macos-m1-12", "macos-12"]
65+
runner: ["macos-m1-stable", "macos-12"]
6666
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
6767
with:
6868
job-name: Build

0 commit comments

Comments
 (0)