From be297b3e6659445f46f195500ea1b005b95dec89 Mon Sep 17 00:00:00 2001 From: Florian Heubeck Date: Thu, 21 Nov 2024 12:46:56 +0100 Subject: [PATCH] fix(ci): Use bigger build machine --- .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 a5272f41..da999e98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: ci: name: Application Build - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8-cores needs: preparation if: needs.preparation.outputs.has_changes == 'true' steps: