Skip to content

Specifying The Runner Location

vzakaznikov edited this page Jan 23, 2024 · 1 revision

By default, the default location of the server where the runner will be running is not specified. You can use the --default-location option to force a specific default server location.

You can also use the in-{name} runner label to specify the server location for a specific job. Where {name} must be a valid Hetzner Cloud location name such as ash for US, Ashburn, VA or fsn1 for Germany, Falkenstein.

For example,

job-name:
   runs-on: [self-hosted, type-cx11, in-ash]
Clone this wiki locally