From 08a685e783c59bef40514424ab6629fb306c89a9 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Fri, 24 Jan 2025 13:47:52 +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 --- .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 b6786a527..3b82338cd 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -15,7 +15,7 @@ # 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