From ce45f0ae02b2a0ec4e604cd52050ad38d4f85216 Mon Sep 17 00:00:00 2001 From: Ansgar Schulte <1299623+ansgarschulte@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:43:17 +0100 Subject: [PATCH] Revert "test: run tests on 4 core arm runner" This reverts commit 9637792c9c3bab1257f2be37dd29dd39ef50d8be. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa35201..a944773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: needs: - build_jars runs-on: - labels: steadybit_runner_ubuntu_latest_4cores_16GB_ARM + labels: steadybit_runner_ubuntu_latest_4cores_16GB timeout-minutes: 60 env: sonar_available: ${{ secrets.SONAR_TOKEN != '' && 'true' || 'false' }}