Fix runner label capitalization (Linux/X64 not linux/x64)
This commit is contained in:
parent
e89ea85804
commit
a893c42dd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: [self-hosted, linux, x64, docker]
|
||||
runs-on: [self-hosted, Linux, X64, docker]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue