Skip to content

Commit e369831

Browse files
use correct refs
1 parent f3e05c3 commit e369831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheel_windows_arm64.yml

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

2020
jobs:
2121
generate-matrix:
22-
uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@arm64_enablement
22+
uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@winarm64_wheels
2323
with:
2424
package-type: wheel
2525
os: windows-arm64
2626
test-infra-repository: alinpahontu2912/test-infra
27-
test-infra-ref: arm64_enablement
27+
test-infra-ref: winarm64_wheels
2828
with-cuda: disable
2929

3030
build:
@@ -38,12 +38,12 @@ jobs:
3838
package-name: torchvision
3939
architecture: arm64
4040
name: ${{ matrix.repository }}
41-
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windoarm64_enablementws_test
41+
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@winarm64_wheels
4242
with:
4343
repository: ${{ matrix.repository }}
4444
ref: ""
4545
test-infra-repository: alinpahontu2912/test-infra
46-
test-infra-ref: arm64_enablement
46+
test-infra-ref: winarm64_wheels
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4848
package-name: ${{ matrix.package-name }}
4949
smoke-test-script: ${{ matrix.smoke-test-script }}

0 commit comments

Comments
 (0)