mirror of
https://github.com/Cyan4973/xxHash.git
synced 2026-01-19 04:52:10 +00:00
remove VS2019 from test matrix
VS2019 is no longer supported by Github Actions
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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'`
|
||||
|
||||
Reference in New Issue
Block a user