From 2633b267247ae8dc89ddae8a8caa07a046d7e58f Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Fri, 24 Jan 2025 21:26:56 +0900 Subject: [PATCH] Increase workers from 2 to 4 https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories Change-Id: I47723722e483333ad644ac1a6a28d71c11933236 --- .github/ci-gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index aefebf0c3..863e0c992 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -16,7 +16,7 @@ org.gradle.daemon=true org.gradle.parallel=true -org.gradle.workers.max=2 +org.gradle.workers.max=4 org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true