From cea4aba51015d5aea7fcf97ea215a72a3e404eac Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 30 Apr 2026 14:25:27 +0200 Subject: [PATCH] chore: migrate from self-hosted edge runner to GitHub-hosted runner --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea0c294..6471d09 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,8 +10,8 @@ jobs: uses: canonical/operator-workflows/.github/workflows/test.yaml@main secrets: inherit with: - self-hosted-runner: true - self-hosted-runner-label: "edge" + self-hosted-runner: false + runs-on-base: ubuntu-24.04 with-uv: true docs-checks: uses: canonical/operator-workflows/.github/workflows/docs.yaml@main @@ -22,8 +22,8 @@ jobs: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main secrets: inherit with: - self-hosted-runner: true - self-hosted-runner-label: "edge" + self-hosted-runner: false + runs-on-base: ubuntu-24.04 juju-channel: '3/stable' provider: 'lxd' with-uv: true