Skip to content

Commit da18af6

Browse files
authored
Adding ws2025 to the dep_rest matrix (#551)
Signed-off-by: Mark Rossetti <[email protected]>
1 parent ae4c10a commit da18af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dep_rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
strategy:
3737
fail-fast: true
3838
matrix:
39-
hypervisor: [hyperv, mshv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
39+
hypervisor: [hyperv, 'hyperv-ws2025', mshv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
4040
cpu: [amd, intel]
4141
config: [debug, release]
4242

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

0 commit comments

Comments
 (0)