change runs-on to [ubuntu-latest, self-hosted]

just to test GARM..

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-03-05 10:30:49 +01:00
parent cd5881590d
commit 54364a9ac7
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ concurrency:
jobs:
analysis:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]
steps:
- name: Setup variables
id: get-vars

View File

@ -22,7 +22,7 @@ permissions:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]
permissions:
actions: read
contents: read