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 41
41
matrix :
42
42
include :
43
43
- runner : macos-12
44
- - runner : macos-m1-12
44
+ - runner : macos-m1-stable
45
45
fail-fast : false
46
46
uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
47
47
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-12
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-12
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 54
54
runner : ["macos-12"]
55
55
include :
56
56
- python-version : " 3.8"
57
- runner : macos-m1-12
57
+ runner : macos-m1-stable
58
58
fail-fast : false
59
59
uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
60
60
with :
You can’t perform that action at this time.
0 commit comments