1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/data/reusables/actions/example-github-runner-comment.md
2023-08-25 16:56:23 +00:00

871 B

You can run this workflow using a different operating systems.

The starter workflow configures jobs to run on Linux, using the {% data variables.product.prodname_dotcom %}-hosted ubuntu-latest runners. You can change the runs-on key to run your jobs on a different operating system.

For example, you can use the {% data variables.product.prodname_dotcom %}-hosted Windows runners by specifying runs-on: windows-latest. Or, you can run on the {% data variables.product.prodname_dotcom %}-hosted macOS runners using runs-on: macos-latest.

You can also run jobs in Docker containers, or you can provide a self-hosted runner that runs on your own infrastructure. For more information, see "AUTOTITLE."