From: Lasse Collin Date: Wed, 1 Oct 2025 09:46:26 +0000 (+0300) Subject: CI: Remove windows-2019 (which had VS 2019) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;p=thirdparty%2Fxz.git 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. --- diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 5e949715..b5053e7d 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -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