From bb443ba4667eb4267a9e957efa7824dcc96dd241 Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Fri, 27 Mar 2026 11:49:47 +0100 Subject: [PATCH] ci: migrate all workflows from incus-debian to debian:host runner - 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 --- .gitea/workflows/audit.yml | 2 +- .gitea/workflows/ci-cd.yml | 2 +- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/cli-level1-tests.yml | 2 +- .gitea/workflows/fix.yml | 2 +- .gitea/workflows/security-scanning.yml | 2 +- .gitea/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/audit.yml b/.gitea/workflows/audit.yml index 71afc2eb..be36baf6 100644 --- a/.gitea/workflows/audit.yml +++ b/.gitea/workflows/audit.yml @@ -5,7 +5,7 @@ on: jobs: audit: - runs-on: incus-debian + runs-on: debian:host steps: - uses: actions/checkout@v4 diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 74bc29cc..0a354b56 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: incus-debian + runs-on: debian:host steps: - name: Checkout diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4bc92632..59fb52db 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: incus-debian + runs-on: debian:host steps: - name: Checkout diff --git a/.gitea/workflows/cli-level1-tests.yml b/.gitea/workflows/cli-level1-tests.yml index ede4c90f..25550f89 100644 --- a/.gitea/workflows/cli-level1-tests.yml +++ b/.gitea/workflows/cli-level1-tests.yml @@ -16,7 +16,7 @@ on: jobs: test-cli-level1: - runs-on: ubuntu-latest + runs-on: debian:host strategy: matrix: diff --git a/.gitea/workflows/fix.yml b/.gitea/workflows/fix.yml index fbb4645c..b3b922fe 100644 --- a/.gitea/workflows/fix.yml +++ b/.gitea/workflows/fix.yml @@ -5,7 +5,7 @@ on: jobs: fix: - runs-on: incus-debian + runs-on: debian:host steps: - uses: actions/checkout@v4 diff --git a/.gitea/workflows/security-scanning.yml b/.gitea/workflows/security-scanning.yml index adc55e6b..588b5bb2 100644 --- a/.gitea/workflows/security-scanning.yml +++ b/.gitea/workflows/security-scanning.yml @@ -5,7 +5,7 @@ on: jobs: audit: - runs-on: incus-debian + runs-on: debian:host steps: - uses: actions/checkout@v4 - run: npm install diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f35fd8f8..09df831f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: incus-debian + runs-on: debian:host steps: - run: |