Skip to content

Commit 02e67c6

Browse files
Copilotnibanks
andauthored
Remove GitHub Action Usage of Windows Server 2019 (#5139)
* Initial plan for issue * Remove Windows Server 2019 from GitHub Actions workflows and test code Co-authored-by: nibanks <20663557+nibanks@users.noreply.github.com> * Address code review feedback: remove empty line and revert test code changes Co-authored-by: nibanks <20663557+nibanks@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nibanks <20663557+nibanks@users.noreply.github.com>
1 parent af5dbeb commit 02e67c6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/build-reuse-win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ on:
3131
os:
3232
required: false
3333
type: string
34-
default: 'windows-2019'
34+
default: 'windows-2022'
3535
# options:
36-
# - windows-2019
3736
# - windows-2022
3837
# - windows-2025
3938
arch:

.github/workflows/build-reuse-winkernel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ on:
2929
os:
3030
required: false
3131
type: string
32-
default: 'windows-2019'
32+
default: 'windows-2022'
3333
# options:
34-
# - windows-2019
3534
# - windows-2022
3635
arch:
3736
required: false

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
{ config: "Debug", plat: "linux", os: "ubuntu-24.04", arch: "x64", tls: "quictls", systemcrypto: "-UseSystemOpenSSLCrypto", build: "-Test", xdp: "-UseXdp" },
134134
{ config: "Release", plat: "linux", os: "ubuntu-24.04", arch: "x64", tls: "quictls", systemcrypto: "-UseSystemOpenSSLCrypto", build: "-Test" },
135135
{ config: "Release", plat: "linux", os: "ubuntu-24.04", arch: "x64", tls: "quictls", systemcrypto: "-UseSystemOpenSSLCrypto", build: "-Test", xdp: "-UseXdp" },
136-
{ config: "Debug", plat: "windows", os: "windows-2019", arch: "x64", tls: "quictls", build: "-Test" },
137136
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", sanitize: "-Sanitize", build: "-Test" },
138137
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", xdp: "-UseXdp", sanitize: "-Sanitize", build: "-Test" },
139138
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", xdp: "-UseXdp", qtip: "-UseQtip", sanitize: "-Sanitize", build: "-Test" },

0 commit comments

Comments
 (0)