diff options
author | Nathan Moinvaziri <nathan@solidstatenetworks.com> | 2021-02-20 14:57:22 -0800 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-02-25 13:05:36 +0100 |
commit | 27089c585a6f425a5cd0b7028eed240aaf59275c (patch) | |
tree | 5823c8149a770588dc5a57a4e5feee385128dc5e | |
parent | bf34a16e436c00eaeebcef0f8291ae7bfab0bdfd (diff) |
Reduce number of mingw i686 and x86_64 parallel test runs due to wine errors.
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cebf61b..032ef02 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 |