We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23178fb commit 945fadaCopy full SHA for 945fada
1 file changed
.github/workflows/dep_build_guest_binaries.yml
@@ -15,7 +15,7 @@ permissions:
15
jobs:
16
# this job has no dependencies
17
build-guest-binaries:
18
- runs-on: ${{ matrix.os }}
+ runs-on: [self-hosted, linux, x64, "1ES.Pool=hld-kvm-amd"]
19
strategy:
20
fail-fast: true
21
matrix:
0 commit comments