From a93c9b42be4829a324e424d53717f7f3c0d4c5c9 Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Fri, 8 May 2026 00:40:17 +0530 Subject: [PATCH] chore: use bigger machines for CI Should allow for CI to pass in ~ 5 minutes Does not solve the underlying problem of slow builds though --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06f513f..d92f482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: arch: [amd64, arm64] include: - arch: amd64 - runner: depot-ubuntu-22.04-16 + runner: depot-ubuntu-22.04-64 triplet: x64-linux-pic - arch: arm64 - runner: depot-ubuntu-22.04-arm-16 + runner: depot-ubuntu-22.04-arm-64 triplet: arm64-linux-pic steps: