what am I gonna do with you?

This commit is contained in:
tildearrow 2022-05-24 02:56:50 -05:00
parent d490746325
commit 6a3ce215ad
1 changed files with 2 additions and 2 deletions

View File

@ -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