2021-09-30 23:02:18 +05:30
---
stage: Verify
group: Runner
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference
---
2022-01-26 12:08:38 +05:30
# Runner SaaS **(FREE SAAS)**
2021-09-30 23:02:18 +05:30
2022-07-23 23:45:48 +05:30
If you use GitLab SaaS (GitLab.com), your CI jobs automatically run on runners provided by GitLab.
2021-10-27 15:23:28 +05:30
No configuration is required. Your jobs can run on:
2021-09-30 23:02:18 +05:30
2022-05-07 20:08:51 +05:30
- [Linux runners ](saas/linux_saas_runner.md ).
- [Windows runners ](saas/windows_saas_runner.md ) ([Beta](../../policy/alpha-beta-support.md#beta-features)).
2022-08-13 15:12:31 +05:30
- [macOS runners ](saas/macos_saas_runner.md ) ([Beta](../../policy/alpha-beta-support.md#beta-features)).
2021-10-27 15:23:28 +05:30
2022-03-02 08:16:31 +05:30
The number of minutes you can use on these runners depends on the
[maximum number of CI/CD minutes ](../pipelines/cicd_minutes.md )
in your [subscription plan ](https://about.gitlab.com/pricing/ ).
2022-07-23 23:45:48 +05:30
If you use self-managed GitLab or you use GitLab.com but want to use your own runners, you can
[install and configure your own runners ](https://docs.gitlab.com/runner/install/ ).