Skip to content

Commit 065aafa

Browse files
authored
Update build-wheels_m1.yml to torchao-release0.9
to this
1 parent 217d968 commit 065aafa

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
@@ -22,15 +22,15 @@ permissions:
2222
contents: read
2323
jobs:
2424
generate-matrix:
25-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
25+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.9
2626
with:
2727
package-type: wheel
2828
os: macos-arm64
2929
build:
3030
needs: generate-matrix
3131
if: github.repository_owner == 'pytorch'
3232
name: pytorch/ao
33-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
33+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@torchao-release0.9
3434
with:
3535
repository: pytorch/ao
3636
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)