Revert ".github: switch regression test to self-hosted runner"

This reverts commit 4b2acdedc5 since the
self-hosted runner(s) are not yet working properly.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-02-28 11:21:53 +01:00
committed by Mattias Walström
parent 27a4278cce
commit 2f844f9ac7
+1 -1
View File
@@ -16,7 +16,7 @@ concurrency:
jobs:
build:
name: Regression Testing
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: