ci: use VS2022 instead of VS2019 (#3986)

This commit is contained in:
Klaim (Joël Lamotte) 2025-06-19 15:53:52 +02:00 committed by GitHub
parent a8bf17b202
commit 7cdf568d80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
name: Windows
strategy:
matrix:
os: [windows-2019]
os: [windows-2022]
build_type: [release]
fail-fast: true
uses: ./.github/workflows/windows_impl.yml