From 6a3ce215ad478a9260d75ea0245a07c4dac911ba Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 24 May 2022 02:56:50 -0500 Subject: [PATCH] what am I gonna do with you? --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac86f8199..5645a2f8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,8 +97,8 @@ jobs: if [ '${{ runner.os }}' == 'macOS' ]; then amount=3 fi - # the Actions runner does not seem to be happy with two jobs at once on MinGW - if [ '${{ matrix.config.compiler }}' == 'mingw' ]; then + # the Actions runner does not seem to be happy with two jobs at once on MinGW/Ubuntu + if [ '${{ runner.os }}' == 'Linux' ]; then amount=1 fi