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