fix(ci): correct runs-on indentation (regex replace)
This commit is contained in:
parent
d783c1ca37
commit
91bdfcb69d
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user