Merge pull request #3061 from embg/debug_ci_windows

Debug Windows CI failures
This commit is contained in:
Elliot Gorokhovsky
2022-02-09 16:29:56 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+1 -1
View 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:
+4 -4
View 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]