Q: **How do I choose the type of runner in a job?**
```yaml
my_job:
tags:
-ctx:medium
script:
-echo "Running on a Eclipse foundation runner of medium type"
```
Q: **What if no runner matches the specified tags?**
A: If no runner matches the specified tags, the job won't run. Make sure that your runner tags correspond to the capabilities of your runners and the requirements of your jobs.