diff --git a/scripts/continuous-integration/github-workflows/setup-variables.sh b/scripts/continuous-integration/github-workflows/setup-variables.sh index 3632692..36ae22f 100644 --- a/scripts/continuous-integration/github-workflows/setup-variables.sh +++ b/scripts/continuous-integration/github-workflows/setup-variables.sh @@ -38,7 +38,7 @@ else fi if [ -z "${CPU_CORES_NUM}" ]; then - export CPU_CORES_NUM="2" + export CPU_CORES_NUM="4" fi if [[ "$GH_OS_NAME" == "windows" ]]; then diff --git a/scripts/core/setup-variables.sh b/scripts/core/setup-variables.sh index 5f177da..a5d1d24 100755 --- a/scripts/core/setup-variables.sh +++ b/scripts/core/setup-variables.sh @@ -69,7 +69,7 @@ if [[ "$CORE_VARIABLES_SET" != "YES" ]]; then fi if [ -z "${CPU_CORES_NUM}" ]; then - export CPU_CORES_NUM="2" + export CPU_CORES_NUM="4" fi if [[ "$CPU_ARCHITECTURE_NAME" == "386" ]]; then