Skip to content

Commit 4ecc481

Browse files
authored
Replace ws2022 with ws2025 (#56)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent ee21e83 commit 4ecc481

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/dep_benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
strategy:
3030
fail-fast: true
3131
matrix:
32-
build: [windows-2022-release, linux-kvm-release, linux-hyperv3-release]
32+
build: [windows-2025-release, linux-kvm-release, linux-hyperv3-release]
3333
include:
34-
- build: windows-2022-release
35-
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
34+
- build: windows-2025-release
35+
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2025-amd"]
3636
hypervisor: whp
3737
- build: linux-kvm-release
3838
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]

.github/workflows/dep_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
build: [windows-2022-debug, linux-kvm-debug, linux-hyperv3-debug, windows-2022-release, linux-kvm-release, linux-hyperv3-release]
22+
build: [windows-2025-debug, linux-kvm-debug, linux-hyperv3-debug, windows-2025-release, linux-kvm-release, linux-hyperv3-release]
2323
include:
24-
- build: windows-2022-debug
25-
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
24+
- build: windows-2025-debug
25+
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2025-amd"]
2626
hypervisor: whp
2727
config: debug
2828
- build: linux-kvm-debug
@@ -33,8 +33,8 @@ jobs:
3333
os: [self-hosted, Linux, X64, "1ES.Pool=hld-azlinux3-mshv-amd"]
3434
hypervisor: hyperv3
3535
config: debug
36-
- build: windows-2022-release
37-
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
36+
- build: windows-2025-release
37+
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2025-amd"]
3838
hypervisor: whp
3939
config: release
4040
- build: linux-kvm-release

0 commit comments

Comments
 (0)