Skip to content

Commit b0e6485

Browse files
authored
Make sure we don't use GPU runners for any of libtorch validations (#1319)
* Make sure we don't use GPU runners for any of libtorch * Make sure we don't use GPU runners for any of libtorch
1 parent 6ae2652 commit b0e6485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-windows-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
5656
name: ${{ matrix.build_name }}
5757
with:
58-
runner: ${{ matrix.validation_runner }}
58+
runner: ${{ matrix.package_type == 'libtorch' && 'windows.4xlarge' || matrix.validation_runner }}
5959
repository: "pytorch/builder"
6060
ref: ${{ inputs.ref || github.ref }}
6161
job-name: ${{ matrix.build_name }}

0 commit comments

Comments
 (0)