1
0
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:
Lasse Collin 2025-10-01 12:46:26 +03:00
parent 32412bd2a4
commit 8d26b72915
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -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