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