]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Downgrade "Windows GCC Native Instructions (AVX)" workflow
authorMika Lindqvist <postmaster@raasu.org>
Mon, 17 Nov 2025 10:28:21 +0000 (12:28 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 17 Nov 2025 16:16:31 +0000 (17:16 +0100)
* Windows Server 2025 runner has broken GCC, so use Windows Server 2022 runner instead until fix is propagated to all runners

.github/workflows/cmake.yml

index 6317954f8d80568ea0166611e7ac56a279b2873a..e0fef7665952c1d84ad8cc4849c64f6f907d97a4 100644 (file)
@@ -606,7 +606,7 @@ jobs:
             codecov: win64_gcc
 
           - name: Windows GCC Native Instructions (AVX)
-            os: windows-latest
+            os: windows-2022
             compiler: gcc
             cxx-compiler: g++
             cmake-args: -G Ninja  -DWITH_NATIVE_INSTRUCTIONS=ON -DNATIVE_ARCH_OVERRIDE="-mavx -mpclmul"