Skip to content

Commit 51d9610

Browse files
Limit jobs on windows and macos as well
1 parent 79172a1 commit 51d9610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-companion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [[ -z ${EDGETX_VERSION_SUFFIX} ]]; then
4949
fi
5050
fi
5151

52-
if [ "$(uname)" = "Linux" ] && [ -n "$GITHUB_ACTIONS" ]; then
52+
if [ -n "$GITHUB_ACTIONS" ]; then
5353
MAX_JOBS=3
5454
fi
5555

0 commit comments

Comments
 (0)