From: Mika Lindqvist Date: Mon, 17 Nov 2025 10:28:21 +0000 (+0200) Subject: [CI] Downgrade "Windows GCC Native Instructions (AVX)" workflow X-Git-Tag: 2.3.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008443272a3ca08368b973bd44449b2720d0819d;p=thirdparty%2Fzlib-ng.git [CI] Downgrade "Windows GCC Native Instructions (AVX)" workflow * Windows Server 2025 runner has broken GCC, so use Windows Server 2022 runner instead until fix is propagated to all runners --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6317954f8..e0fef7665 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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"