Skip to content

Commit 40d87cc

Browse files
Update CI to test Windows Server LTSC2022/2025 builds (#6939)
Signed-off-by: Neil Twigg <[email protected]>
2 parents f35e073 + a1d7e89 commit 40d87cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
strategy:
115115
fail-fast: false
116116
matrix:
117-
os: [windows-2019, windows-2022]
117+
os: [windows-2022, windows-2025]
118118
runs-on: ${{ matrix.os }}
119119
steps:
120120
- name: Checkout

0 commit comments

Comments
 (0)