Skip to content

Commit 59f00e4

Browse files
update workflow
1 parent 94add51 commit 59f00e4

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/build_wheel_windows_arm64.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Windows X64 Wheels
1+
name: Build Windows Arm64 Torchvision Wheel
22

33
on:
44
pull_request:
@@ -60,11 +60,14 @@ permissions:
6060

6161
jobs:
6262
trigger-test-infra:
63-
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
64-
with:
65-
python_version: ${{ inputs.python_version || 'Python312' }}
66-
msvc_version: ${{ inputs.msvc_version || 'latest' }}
67-
build_type: ${{ inputs.build_type || 'Release' }}
68-
repository_name: ${{ inputs.repository_name || 'pytorch/vision' }}
69-
repository_branch: ${{ inputs.repository_branch || 'main' }}
70-
build_version: ${{ inputs.build_version || '' }}
63+
runs-on: windows-11-arm64
64+
steps:
65+
- name: Trigger test-infra script
66+
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
67+
with:
68+
python_version: ${{ inputs.python_version || 'Python312' }}
69+
msvc_version: ${{ inputs.msvc_version || 'latest' }}
70+
build_type: ${{ inputs.build_type || 'Release' }}
71+
repository_name: ${{ inputs.repository_name || 'pytorch/vision' }}
72+
repository_branch: ${{ inputs.repository_branch || 'main' }}
73+
build_version: ${{ inputs.build_version || '' }}

0 commit comments

Comments
 (0)