From 0a50acccc1193579ca4b30d503decc8f90ef12d9 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 30 Apr 2026 14:25:33 +0200 Subject: [PATCH] chore: migrate from self-hosted edge runner to GitHub-hosted runner --- .github/workflows/integration_test.yaml | 2 -- .github/workflows/test.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 81282af..5b0c8a2 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -21,8 +21,6 @@ jobs: with: trivy-fs-enabled: true trivy-image-config: "trivy.yaml" - self-hosted-runner: true - self-hosted-runner-label: "edge" juju-channel: "3/stable" provider: "lxd" extra-arguments: "--base ${{ matrix.base }}" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e1c2532..c5314e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,6 @@ jobs: permissions: pull-requests: write with: - self-hosted-runner: true - self-hosted-runner-label: "edge" + self-hosted-runner: false + runs-on-base: ubuntu-24.04 with-uv: true