Skip to content

Commit 76c67a3

Browse files
authored
Drop Win2019 from CI (#778)
1 parent 9a3d12a commit 76c67a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,14 @@ jobs:
399399
strategy:
400400
matrix:
401401
# Build each combination of OS and release/debug variants
402-
os: [ windows-2019, windows-2022, windows-2025 ]
402+
os: [ windows-2022, windows-2025 ]
403403
build-type: [ Release, Debug ]
404404
arch: [ Win32, x64 ]
405405
toolchain: [ "", "-T ClangCL" ]
406406
extra-cmake-flags: [ "" ]
407407
# Add an extra check for the Windows 8 compatible PAL
408408
include:
409-
- os: windows-2019
409+
- os: windows-2022
410410
build-type: Release
411411
arch: x64
412412
toolchain: ""

0 commit comments

Comments
 (0)