Skip to content

Commit ae20f9a

Browse files
authored
Update validate-linux-binaries.yml
1 parent 5fee69d commit ae20f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
${{ fromJson(needs.generate-libtorch-matrix.outputs.matrix) }}
7777
fail-fast: false
78-
runs-on: "ubuntu-20.04"
78+
runs-on: ${{ matrix.validation_runner }}
7979
env:
8080
PYTHON_VERSION: ${{ matrix.python_version }}
8181
steps:

0 commit comments

Comments
 (0)