From 9caabc01c412ab3bd3f6a34c34efd59c0fc659ac Mon Sep 17 00:00:00 2001 From: Elliot Gorokhovsky Date: Wed, 9 Feb 2022 14:44:46 -0500 Subject: [PATCH] Replace "windows-latest" with "windows-2019" in CI workflows --- .github/workflows/dev-long-tests.yml | 2 +- .github/workflows/dev-short-tests.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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] -- 2.47.2