From: Elliot Gorokhovsky Date: Wed, 9 Feb 2022 19:44:46 +0000 (-0500) Subject: Replace "windows-latest" with "windows-2019" in CI workflows X-Git-Tag: v1.5.4^2~241^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9caabc01c412ab3bd3f6a34c34efd59c0fc659ac;p=thirdparty%2Fzstd.git Replace "windows-latest" with "windows-2019" in CI workflows --- diff --git a/.github/workflows/dev-long-tests.yml b/.github/workflows/dev-long-tests.yml index 7a94fb666..60d1d45b9 100644 --- a/.github/workflows/dev-long-tests.yml +++ b/.github/workflows/dev-long-tests.yml @@ -158,7 +158,7 @@ jobs: make -C tests test-fuzzer-stackmode mingw-long-test: - runs-on: windows-latest + runs-on: windows-2019 strategy: fail-fast: false matrix: diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index dfff4cbed..a54796916 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -175,7 +175,7 @@ jobs: CC=clang MOREFLAGS="-Werror -Wimplicit-fallthrough -O0" make -C lib -j libzstd.a ZSTD_LEGACY_SUPPORT=0 cmake-visual-2019: - runs-on: windows-latest + runs-on: windows-2019 strategy: matrix: include: @@ -198,7 +198,7 @@ jobs: cmake.exe --build . visual-2019: - runs-on: windows-latest + runs-on: windows-2019 strategy: matrix: platform: [x64, Win32] @@ -330,7 +330,7 @@ jobs: LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check mingw-short-test: - runs-on: windows-latest + runs-on: windows-2019 strategy: fail-fast: false matrix: @@ -367,7 +367,7 @@ jobs: visual-runtime-tests: - runs-on: windows-latest + runs-on: windows-2019 strategy: matrix: platform: [x64, Win32]