Skip to content

Commit 2095ff4

Browse files
committed
test runner
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 2475cf3 commit 2095ff4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,11 @@ jobs:
3737
strategy:
3838
fail-fast: true
3939
matrix:
40-
hypervisor: [hyperv, 'hyperv-ws2025', mshv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
40+
hypervisor: [kvm] # hyperv is windows, mshv and kvm are linux
4141
cpu: [amd, intel]
4242
config: [debug, release]
4343

44-
runs-on: ${{ fromJson(
45-
format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-{2}"]',
46-
(matrix.hypervisor == 'hyperv' || matrix.hypervisor == 'hyperv-ws2025') && 'Windows' || 'Linux',
47-
matrix.hypervisor == 'hyperv' && 'win2022' || matrix.hypervisor == 'hyperv-ws2025' && 'win2025' || matrix.hypervisor == 'mshv3' && 'azlinux3-mshv' || matrix.hypervisor,
48-
matrix.cpu)) }}
44+
runs-on: ["self-hosted", "X64", "Linux", "kvmtest"]
4945
steps:
5046
- uses: actions/checkout@v4
5147

0 commit comments

Comments
 (0)