mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
chore: update circuits-build.yml to change runner specifications for improved build performance
This commit is contained in:
5
.github/workflows/circuits-build.yml
vendored
5
.github/workflows/circuits-build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user