From bc20705a7ae71e3a84bd18db7d46d3e5a7b96d3f Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Tue, 30 Jun 2026 16:23:47 +0800 Subject: [PATCH] fix(ci): use ubuntu-22.04 label for host execution (fixes checkout failure) --- .gitea/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 174b72a29..bb04be524 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -17,8 +17,8 @@ on: jobs: validate: name: Validate Code Quality And Tests - runs-on: runtime-builder:host -# container: removed - host has all CI tools + runs-on: ubuntu-22.04 + steps: - name: Checkout code @@ -106,7 +106,7 @@ jobs: frontend-lint: name: Frontend Lint - runs-on: runtime-builder:host + runs-on: ubuntu-22.04 steps: - name: Checkout code