File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
generate-matrix :
25
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@jathu/fix-mac-miniconda
25
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26
26
with :
27
27
package-type : wheel
28
28
os : macos-arm64
29
29
test-infra-repository : pytorch/test-infra
30
- test-infra-ref : jathu/fix-mac-miniconda
30
+ test-infra-ref : main
31
31
with-cuda : disabled
32
32
with-rocm : disabled
33
33
python-versions : ' ["3.10", "3.11", "3.12"]'
47
47
smoke-test-script : .ci/scripts/wheel/test_macos.py
48
48
package-name : executorch
49
49
name : ${{ matrix.repository }}
50
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@jathu/fix-mac-miniconda
50
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
51
51
with :
52
52
repository : ${{ matrix.repository }}
53
53
ref : " "
65
65
setup-miniconda : true
66
66
smoke-test-script : ${{ matrix.smoke-test-script }}
67
67
trigger-event : ${{ github.event_name }}
68
-
69
- # Attempt: 7
You can’t perform that action at this time.
0 commit comments