File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
strategy :
41
41
matrix :
42
42
include :
43
- - runner : macos-m1-13
43
+ - runner : macos-m1-stable
44
44
fail-fast : false
45
45
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
46
46
with :
Original file line number Diff line number Diff line change 46
46
post-script : ${{ matrix.post-script }}
47
47
package-name : ${{ matrix.package-name }}
48
48
smoke-test-script : ${{ matrix.smoke-test-script }}
49
- runner-type : macos-m1-13
49
+ runner-type : macos-m1-stable
50
50
trigger-event : ${{ github.event_name }}
51
51
secrets :
52
52
CONDA_PYTORCHBOT_TOKEN : ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
Original file line number Diff line number Diff line change 47
47
pre-script : ${{ matrix.pre-script }}
48
48
post-script : ${{ matrix.post-script }}
49
49
package-name : ${{ matrix.package-name }}
50
- runner-type : macos-m1-13
50
+ runner-type : macos-m1-stable
51
51
smoke-test-script : ${{ matrix.smoke-test-script }}
52
52
trigger-event : ${{ github.event_name }}
Original file line number Diff line number Diff line change 53
53
- " 3.10"
54
54
- " 3.11"
55
55
- " 3.12"
56
- runner : ["macos-m1-13 "]
56
+ runner : ["macos-m1-stable "]
57
57
fail-fast : false
58
58
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
59
59
with :
You can’t perform that action at this time.
0 commit comments