From a47228720a2c16f4a875e248f9b173e72eb2bb22 Mon Sep 17 00:00:00 2001 From: Waleed Date: Fri, 25 Sep 2026 01:29:45 -0700 Subject: [PATCH] fix(ci): build the ARM64 app image on a 16 vCPU runner (#8292) --- .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 50ceca03939..2e0949eca85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -670,7 +670,7 @@ jobs: cache_mb: '102400' image: ghcr.io/simstudioai/simstudio gh_runner: linux-arm64-8-core - bs_runner: blacksmith-8vcpu-ubuntu-2404-arm + bs_runner: blacksmith-16vcpu-ubuntu-2404-arm - dockerfile: ./docker/db.Dockerfile image: ghcr.io/simstudioai/migrations gh_runner: ubuntu-24.04-arm