From 0f3ebb0bc0af3d0a751767d0773467ec9355ff3f Mon Sep 17 00:00:00 2001 From: Marius Posta Date: Thu, 22 Feb 2024 10:51:33 -0800 Subject: [PATCH] Revert "gradle.yml: use a smaller runner (#35547)" This reverts commit 757a42a5d7bd796cbcdc1a5accc2fcfc5b62cc66. --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index cc42ba2acbb493..9f7837c6617bcc 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -25,7 +25,7 @@ jobs: # We therefore run this on a machine with a maximum number of cores. # We pay per time and per core, so there should be little difference in total cost. # The latency overhead of setting up gradle prior to running the actual task adds up to about a minute. - runs-on: connector-test-large + runs-on: connector-test-xxlarge name: Gradle Check timeout-minutes: 30 steps: