We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2652 commit b0e6485Copy full SHA for b0e6485
.github/workflows/validate-windows-binaries.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
56
name: ${{ matrix.build_name }}
57
with:
58
- runner: ${{ matrix.validation_runner }}
+ runner: ${{ matrix.package_type == 'libtorch' && 'windows.4xlarge' || matrix.validation_runner }}
59
repository: "pytorch/builder"
60
ref: ${{ inputs.ref || github.ref }}
61
job-name: ${{ matrix.build_name }}
0 commit comments