We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce58033 commit f7cfc48Copy full SHA for f7cfc48
.github/workflows/build-wheels-m1.yml
@@ -19,12 +19,12 @@ permissions:
19
20
jobs:
21
generate-matrix:
22
- uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@Remove-Builds-Limits-for-Testing
+ uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
23
with:
24
package-type: wheel
25
os: macos-arm64
26
test-infra-repository: pytorch/test-infra
27
- test-infra-ref: Remove-Builds-Limits-for-Testing
+ test-infra-ref: main
28
build:
29
needs: generate-matrix
30
strategy:
0 commit comments