Skip to content

Commit ec7ec72

Browse files
committed
move to windows 2025
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 046bdbb commit ec7ec72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ${{ fromJson(
120120
format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-amd", "JobId={2}-{3}-{4}-{5}"]',
121121
matrix.hypervisor == 'whp' && 'Windows' || 'Linux',
122-
matrix.hypervisor == 'whp' && 'win2022' || matrix.hypervisor == 'mshv' && 'azlinux3-mshv' || 'kvm',
122+
matrix.hypervisor == 'whp' && 'win2025' || matrix.hypervisor == 'mshv' && 'azlinux3-mshv' || 'kvm',
123123
matrix.build,
124124
github.run_id,
125125
github.run_number,

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ fromJson(
4646
format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-amd", "JobId={2}-{3}-{4}-{5}"]',
4747
matrix.hypervisor == 'whp' && 'Windows' || 'Linux',
48-
matrix.hypervisor == 'whp' && 'win2022' || 'kvm',
48+
matrix.hypervisor == 'whp' && 'win2025' || 'kvm',
4949
matrix.build,
5050
github.run_id,
5151
github.run_number,

0 commit comments

Comments
 (0)