From 392c769b2f9c41a19ca7c0d976f794f25ccdb9ff Mon Sep 17 00:00:00 2001 From: "Sebastien Georget (charmkeeper)" Date: Tue, 23 Jun 2026 22:49:24 +0200 Subject: [PATCH] Adapt workflow to run on GitHub runners instead of self-hosted runners Remove self-hosted-runner parameters (self-hosted-runner: true and self-hosted-runner-label: "edge") from the test workflow. The workflow will now use GitHub runners with the default Ubuntu 24.04 base. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01b5a8d..85e6b9e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,5 +9,3 @@ jobs: secrets: inherit with: pre-run-script: .github/test-pre-script.sh - self-hosted-runner: true - self-hosted-runner-label: "edge"