From a7b790d41c020db7169742124df16b3ac65617cf Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 2 Feb 2026 14:54:24 +0100 Subject: [PATCH] chore: modify circuits-build.yml to reduce runner memory allocation from 64ram to 32ram --- .github/workflows/circuits-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/circuits-build.yml b/.github/workflows/circuits-build.yml index 36e545b26..d7385a826 100644 --- a/.github/workflows/circuits-build.yml +++ b/.github/workflows/circuits-build.yml @@ -33,7 +33,7 @@ concurrency: jobs: build: runs-on: - - "64ram" + - "32ram" - "self-hosted" - "selfxyz-org" # GitHub-hosted runners cap at 360 min (6h); 720 applies if using self-hosted