Skip to content

Commit 3d06a91

Browse files
authored
CI: remove windows-2019 tests (#21511)
Github has removed the windows-2019 runners and all actions using them automatically fail with the message: Windows Server 2019 has been retired. The Windows Server 2019 image has been removed as of 2025-06-30. For more details, see actions/runner-images#12045 Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent 0905d5c commit 3d06a91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/runnable_cxx.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
# NOTE: as of April 2025, image windows-2025 only has VS 2022, so no point in testing that image too
7878
- { os: windows-2022, model: 64 }
7979
- { os: windows-2022, model: 32 }
80-
- { os: windows-2019, model: 64 }
81-
- { os: windows-2019, model: 32 }
8280

8381
runs-on: ${{ matrix.os }}
8482
defaults:

0 commit comments

Comments
 (0)