Skip to content

Commit

Permalink
[Minor] Use the main branch for the M1 build wheels (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilBaibak authored and vmoens committed Feb 28, 2024
1 parent ce58033 commit f7cfc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ permissions:

jobs:
generate-matrix:
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
with:
package-type: wheel
os: macos-arm64
test-infra-repository: pytorch/test-infra
test-infra-ref: Remove-Builds-Limits-for-Testing
test-infra-ref: main
build:
needs: generate-matrix
strategy:
Expand Down

0 comments on commit f7cfc48

Please sign in to comment.