chore: update circuits-build.yml to change runner specifications for improved build performance

This commit is contained in:
Javier Cortejoso
2026-02-02 12:08:16 +01:00
parent db28b8a130
commit 0a256e0aaa

View File

@@ -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: