From 2f844f9ac7ad44f5e9d8a5cb4c2c914524e276da Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 28 Feb 2024 10:29:05 +0100 Subject: [PATCH] Revert ".github: switch regression test to self-hosted runner" This reverts commit 4b2acdedc5a851416c8eb511d0edd483df154ebd since the self-hosted runner(s) are not yet working properly. Signed-off-by: Joachim Wiberg --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index cefc6e3f..201891b9 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -16,7 +16,7 @@ concurrency: jobs: build: name: Regression Testing - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: