ci: update runner label
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 13s

This commit is contained in:
2026-03-08 22:42:23 +01:00
parent 5c2a5d0710
commit e9cf428dd2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
build_n_upload:
runs-on: linux
runs-on: self-hosted
steps:
- uses: actions/checkout@v6
with:

View File

@@ -7,7 +7,7 @@ on:
jobs:
lint_n_build:
runs-on: linux
runs-on: self-hosted
steps:
- uses: actions/checkout@v6
with: