fix(ci): use ubuntu-22.04 label for host execution (fixes checkout failure)
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 212h30m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 212h30m47s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 212h30m47s

This commit is contained in:
2026-06-30 16:23:47 +08:00
parent 68d8e50d50
commit bc20705a7a
+3 -3
View File
@@ -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