Skip to content

Commit f7cfc48

Browse files
DanilBaibakvmoens
authored andcommitted
[Minor] Use the main branch for the M1 build wheels (#1965)
1 parent ce58033 commit f7cfc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ permissions:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@Remove-Builds-Limits-for-Testing
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2323
with:
2424
package-type: wheel
2525
os: macos-arm64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: Remove-Builds-Limits-for-Testing
27+
test-infra-ref: main
2828
build:
2929
needs: generate-matrix
3030
strategy:

0 commit comments

Comments
 (0)