ci: migrate all workflows from incus-debian to debian:host runner
Some checks failed
audit / audit (push) Has been cancelled
ci-cd / build (push) Has been cancelled
ci / build (push) Has been cancelled
security / audit (push) Has been cancelled
test / test (push) Has been cancelled

- Updated runs-on from incus-debian to debian:host 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 ubuntu-latest to debian:host
- Standardizes runner configuration across all CI/CD pipelines
This commit is contained in:
2026-03-27 11:49:47 +01:00
parent 8708729152
commit bb443ba466
7 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ on:
jobs:
audit:
runs-on: incus-debian
runs-on: debian:host
steps:
- uses: actions/checkout@v4

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: incus-debian
runs-on: debian:host
steps:
- name: Checkout

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: incus-debian
runs-on: debian:host
steps:
- name: Checkout

View File

@@ -16,7 +16,7 @@ on:
jobs:
test-cli-level1:
runs-on: ubuntu-latest
runs-on: debian:host
strategy:
matrix:

View File

@@ -5,7 +5,7 @@ on:
jobs:
fix:
runs-on: incus-debian
runs-on: debian:host
steps:
- uses: actions/checkout@v4

View File

@@ -5,7 +5,7 @@ on:
jobs:
audit:
runs-on: incus-debian
runs-on: debian:host
steps:
- uses: actions/checkout@v4
- run: npm install

View File

@@ -5,7 +5,7 @@ on:
jobs:
test:
runs-on: incus-debian
runs-on: debian:host
steps:
- run: |