mirror of
https://git.tukaani.org/xz.git
synced 2025-10-05 16:58:17 +00:00
CI: Remove windows-2019 (which had VS 2019)
GitHub has removed the runner image. A breakage with CLMUL CRC code occurred with VS 2019 but not 2022, see b5a5d9e3f702. MS supports VS 2019 for a few more years, so it's unfortunate that it can no longer be tested on GitHub.
This commit is contained in:
parent
32412bd2a4
commit
8d26b72915
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ windows-2019, windows-latest ]
|
||||
os: [ windows-latest ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user