Question 085
### How should you select appropriate runners to support your workflow's specific workloads?
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#differences-between-github-hosted-and-self-hosted-runners
1. [x] Choose self-hosted runners for customized environments or GitHub-hosted for automatic updates and clean instances.
1. [ ] Always prefer GitHub-hosted runners for all workloads to ensure maximum security.
1. [ ] Use only self-hosted runners, regardless of workload complexity, to minimize costs.
1. [ ] Restrict to using GitHub-hosted runners with custom hardware configurations for better performance.