Choosing Runner Tags
Applicable Scenarios
When you need precise control over which Runner a job runs on—specifying the operating system, architecture, resource specifications, or custom features (GPU, specific toolchains)—you need to understand the tag matching rules.
Configuration Instructions
Tag Type Comparison
| Runner Type | Tag Format | Example |
|---|---|---|
| Official Managed | Three-part {os},{arch},{spec} or combined tags | {ubuntu-24,x64,small} |
| Official Managed (Default) | default | default (equivalent to [ubuntu-latest, x64, small]) |
| Self-Hosted | self-hosted + Custom Tags | [self-hosted, linux, gpu] |