From e77909d49802a6494a9f0ea1e4603599369b9675 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 20 Oct 2025 21:45:40 -0700 Subject: [PATCH] Change runs on --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b0c4c193..bf6ccfde 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,7 +25,7 @@ concurrency: jobs: release: name: Build and Release - runs-on: amd64-runner + runs-on: [self-hosted, linux, x64] # Job-level timeout to avoid runaway or stuck runs timeout-minutes: 120 env: