chore: modify circuits-build.yml to reduce runner memory allocation from 64ram to 32ram

This commit is contained in:
Javier Cortejoso
2026-02-02 14:54:24 +01:00
parent 0a256e0aaa
commit a7b790d41c

View File

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