]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Replace "windows-latest" with "windows-2019" in CI workflows 3061/head
authorElliot Gorokhovsky <embg@fb.com>
Wed, 9 Feb 2022 19:44:46 +0000 (14:44 -0500)
committerElliot Gorokhovsky <embg@fb.com>
Wed, 9 Feb 2022 20:45:43 +0000 (15:45 -0500)
.github/workflows/dev-long-tests.yml
.github/workflows/dev-short-tests.yml

index 7a94fb66654898dd7c0935772d29ded67c708d7f..60d1d45b9a794558ab92cd1c6969c264f1dd60eb 100644 (file)
@@ -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:
index dfff4cbed452189e88e9697d99f9fce3cc1d48af..a547969166404af698a182b03f447cd9af8551cc 100644 (file)
@@ -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]