fix: use simple runner label format (not array)

This commit is contained in:
2026-02-12 15:03:51 -05:00
parent 482736e27b
commit fdfa7e8102
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
test:
runs-on: [self-hosted, local-ubuntu-latest]
runs-on: local-ubuntu-latest
timeout-minutes: 5
steps: