Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use `jobs.<job_id>.runs-on` to define the type of machine to run the job on.
- a single string
- a single variable containing a string
- an array of strings, variables containing strings, or a combination of both
- a `key: value` pair using the `group` or `label` keys
- a `key: value` pair using the `group` or `labels` keys
- If you specify an array of strings or variables, your workflow will execute on any runner that matches all of the specified `runs-on` values. For example, here the job will only run on a self-hosted runner that has the labels `linux`, `x64`, and `gpu`:

```yaml
Expand Down