]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Remove windows-2019 (which had VS 2019) master
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 1 Oct 2025 09:46:26 +0000 (12:46 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 1 Oct 2025 09:50:53 +0000 (12:50 +0300)
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.

.github/workflows/msvc.yml

index 5e9497152d0a0d6dee9dc18f6c14651d22ef0f06..b5053e7de6fd2df41fe0ddeac2190bab9d4aed88 100644 (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