From 9c356d35df08c4729703196f967cbc50bd80a26b Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Fri, 17 Jan 2025 12:22:54 -0500 Subject: [PATCH] chore(ci): use double the CPU and memory for tests (#17440) Refs: #16385 first attempt Signed-off-by: Mike Fiedler --- .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 e50c8a37b29f..ba140cc8ec7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: command: bin/licenses - name: Translations command: bin/translations - runs-on: depot-ubuntu-24.04-arm + runs-on: depot-ubuntu-24.04-arm-4 container: image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }} env: