From: Nathan Moinvaziri Date: Sat, 20 Feb 2021 22:57:22 +0000 (-0800) Subject: Reduce number of mingw i686 and x86_64 parallel test runs due to wine errors. X-Git-Tag: 2.0.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27089c585a6f425a5cd0b7028eed240aaf59275c;p=thirdparty%2Fzlib-ng.git Reduce number of mingw i686 and x86_64 parallel test runs due to wine errors. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cebf61be..032ef025 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -236,7 +236,7 @@ jobs: packages: wine32 gcc-mingw-w64 codecov: ubuntu_gcc_mingw_i686 # Limit parallel test jobs to prevent wine errors - parallels-jobs: 3 + parallels-jobs: 1 - name: Ubuntu MinGW x86_64 os: ubuntu-latest @@ -245,7 +245,7 @@ jobs: packages: wine-stable gcc-mingw-w64 codecov: ubuntu_gcc_mingw_x86_64 # Limit parallel test jobs to prevent wine errors - parallels-jobs: 2 + parallels-jobs: 1 - name: Ubuntu 16.04 Clang os: ubuntu-16.04