mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
removed VS2019 runners
replaced by one vs2025 runner, which is badly named since it still running MSVC 2022, but it's a good test that shows that the matrix is able to handle multiple MSVC versions.
This commit is contained in:
parent
1dbc2e0908
commit
7325384a68
3
.github/workflows/dev-short-tests.yml
vendored
3
.github/workflows/dev-short-tests.yml
vendored
@ -314,8 +314,7 @@ jobs:
|
||||
{ name: "VS 2022 Win32 Debug", platform: Win32, configuration: Debug, toolset: v143, runner: "windows-2022", arch: "" },
|
||||
{ name: "VS 2022 x64 Release", platform: x64, configuration: Release, toolset: v143, runner: "windows-2022", arch: ""},
|
||||
{ name: "VS 2022 Win32 Release", platform: Win32, configuration: Release, toolset: v143, runner: "windows-2022", arch: ""},
|
||||
{ name: "VS 2019 x64 Release", platform: Win32, configuration: Release, toolset: v142, runner: "windows-2019", arch: ""},
|
||||
{ name: "VS 2019 Win32 Release", platform: x64, configuration: Release, toolset: v142, runner: "windows-2019", arch: ""},
|
||||
{ name: "VS 2025 x64 Debug", platform: x64, configuration: Debug, toolset: v143, runner: "windows-2025", arch: ""},
|
||||
{ name: "VS 2022 x64 Release AVX2", platform: x64, configuration: Release, toolset: v143, runner: "windows-2022", arch: "AdvancedVectorExtensions2" },
|
||||
]
|
||||
runs-on: ${{matrix.runner}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user