remove VS2019 from test matrix

VS2019 is no longer supported by Github Actions
This commit is contained in:
Yann Collet
2025-07-19 13:41:44 -07:00
parent 38d555879f
commit f8f2fc84ea

View File

@@ -538,7 +538,6 @@ jobs:
matrix:
system: [
{ os: windows-2022, vc: "VC++ 2022", clangcl: 'true', },
{ os: windows-2019, vc: "VC++ 2019", clangcl: 'true', },
]
arch: [ x64, Win32, ARM64 ]
# make every PowerShell step start with `$ErrorActionPreference = 'Stop'`