Skip to content

Commit 945fada

Browse files
authored
fix runs on for create guest binaries job (#1103)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 23178fb commit 945fada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
# this job has no dependencies
1717
build-guest-binaries:
18-
runs-on: ${{ matrix.os }}
18+
runs-on: [self-hosted, linux, x64, "1ES.Pool=hld-kvm-amd"]
1919
strategy:
2020
fail-fast: true
2121
matrix:

0 commit comments

Comments
 (0)