Drop windows-2019 server from list of GitHub Action runners

This commit is contained in:
Martin Hořeňovský 2025-07-02 13:35:09 +02:00
parent bd2d918f32
commit 038ee6ea13
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022, windows-2025]
os: [windows-2022, windows-2025]
platform: [Win32, x64]
build_type: [Debug, Release]
std: [14, 17]