fix(ci): correct runs-on indentation (regex replace)

This commit is contained in:
Argenis 2026-03-05 13:13:20 -05:00
parent d783c1ca37
commit 91bdfcb69d

View File

@ -23,7 +23,7 @@ env:
jobs:
build-and-test:
name: Build and Test (Linux x86_64)
runs-on: [self-hosted, Linux, X64, blacksmith-2vcpu-ubuntu-2404]
runs-on: [self-hosted, Linux, X64, blacksmith-2vcpu-ubuntu-2404]
timeout-minutes: 120
steps: