From 4599927115c7c30aeffd76a2e2177eb9e58a17a0 Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Fri, 27 Mar 2026 11:57:30 +0100 Subject: [PATCH] ci: migrate test-summary job from ubuntu-latest to debian runner - Updated cli-level1-tests.yml test-summary job runs-on from ubuntu-latest to debian - Aligns with repository-wide standardization to debian runner label - Completes migration of all workflow jobs to consistent runner configuration --- .gitea/workflows/cli-level1-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cli-level1-tests.yml b/.gitea/workflows/cli-level1-tests.yml index 19ce5a5c..5b26f425 100644 --- a/.gitea/workflows/cli-level1-tests.yml +++ b/.gitea/workflows/cli-level1-tests.yml @@ -128,7 +128,7 @@ jobs: retention-days: 7 test-summary: - runs-on: ubuntu-latest + runs-on: debian needs: test-cli-level1 if: always()