ci: migrate test-summary job from ubuntu-latest to debian runner
Some checks failed
ci-cd / build (push) Failing after 1s
/ audit (push) Failing after 2s
ci / build (push) Failing after 1s
security / audit (push) Failing after 1s
test / test (push) Failing after 1s

- 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
This commit is contained in:
2026-03-27 11:57:30 +01:00
parent 068fd1fc55
commit 4599927115

View File

@@ -128,7 +128,7 @@ jobs:
retention-days: 7
test-summary:
runs-on: ubuntu-latest
runs-on: debian
needs: test-cli-level1
if: always()