Merge pull request #1256 from asuessenbach/ci

Replace build os windows-2016 by windows-2019.
This commit is contained in:
Andreas Süßenbach 2022-03-22 13:41:16 +01:00 committed by GitHub
commit 3740f14c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, windows-2016]
os: [windows-latest, windows-2019]
architecture: [Win32, x64]
build_type: [Debug, Release]
cxx_standard: [11, 14, 17, 20]