ci: migrate all workflows from gitea-runner to debian
Some checks failed
/ audit (push) Failing after 6s
ci-cd / build (push) Failing after 1s
ci / build (push) Failing after 2s
security / audit (push) Failing after 1s
test / test (push) Failing after 0s

- Updated runs-on from gitea-runner to debian across all workflow files
- Changed audit.yml, ci-cd.yml, ci.yml, fix.yml, security-scanning.yml, and test.yml
- Updated cli-level1-tests.yml from gitea-runner to debian
- Fixed audit.yml workflow name from 'gitea-runnername' to 'debianname'
- Standardizes runner configuration to use debian label
This commit is contained in:
2026-03-27 11:55:43 +01:00
parent 792f70c500
commit 068fd1fc55
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ on:
jobs:
test-cli-level1:
runs-on: gitea-runner
runs-on: debian
strategy:
matrix: