workflow: constrain runner to linux-amd64 to avoid macOS matcher
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 4s
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 4s
Bare self-hosted matched a macOS runner (smith). Compound label narrows to tank/architect where claw-cargo is provisioned.
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
# Force host mode via self-hosted label — `ubuntu-latest` in
|
# Force host mode via self-hosted label — `ubuntu-latest` in
|
||||||
# act_runner defaults to container mode which hides
|
# act_runner defaults to container mode which hides
|
||||||
# /usr/local/bin/claw-cargo and the per-runner tls_dir.
|
# /usr/local/bin/claw-cargo and the per-runner tls_dir.
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, linux-amd64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user