From 117bd2cd89ab6b2c340bf6e0ef040a8d79bf5ea4 Mon Sep 17 00:00:00 2001 From: copilotcoder Date: Tue, 16 Jun 2026 16:39:18 -0400 Subject: [PATCH] fix(ci): standardize CICD launcher/tests on ubuntu-act --- .gitea/workflows/cicd-tests.yaml | 4 ++-- .gitea/workflows/cicd.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/cicd-tests.yaml b/.gitea/workflows/cicd-tests.yaml index f36eef9..2ff89a7 100644 --- a/.gitea/workflows/cicd-tests.yaml +++ b/.gitea/workflows/cicd-tests.yaml @@ -25,8 +25,8 @@ concurrency: jobs: setup: name: Setup Tests Context - # Prefer the generic ubuntu-latest label for better runner availability. - runs-on: ubuntu-latest + # Use the same stable runner label as the test jobs. + runs-on: ubuntu-act timeout-minutes: 8 outputs: head_sha: ${{ steps.meta.outputs.head_sha }} diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index f96a94b..d9e95c1 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -14,8 +14,8 @@ concurrency: jobs: launch: name: Launch CICD Start - # Lightweight dispatch-only job; avoid dependency on ubuntu-act image startup. - runs-on: ubuntu-latest + # Use the same stable runner pool as the rest of CICD. + runs-on: ubuntu-act timeout-minutes: 8 steps: - name: Configure registry host resolution