From 0a256e0aaa078e5c3d7ccdf33371b271662231e4 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 2 Feb 2026 12:08:16 +0100 Subject: [PATCH] chore: update circuits-build.yml to change runner specifications for improved build performance --- .github/workflows/circuits-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/circuits-build.yml b/.github/workflows/circuits-build.yml index 995a785a6..36e545b26 100644 --- a/.github/workflows/circuits-build.yml +++ b/.github/workflows/circuits-build.yml @@ -32,7 +32,10 @@ concurrency: jobs: build: - runs-on: ["128ram"] + runs-on: + - "64ram" + - "self-hosted" + - "selfxyz-org" # GitHub-hosted runners cap at 360 min (6h); 720 applies if using self-hosted timeout-minutes: 720 permissions: