GitHub runners physical location #24969
-
Hi, My company has an obligation to specify country, where our software was built. In which countries are the action runners hosted? Is there a way to determine the location of current runner? Is there a way to restrict the countries in which my runners execute? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @michalbali256, welcome to the GitHub Support Community! GitHub hosts runners in the following Azure regions:
You can compare these regions with the Azure data centre locations here: azure.microsoft.comChoose the Right Azure Region for You | Microsoft AzureAzure has more geographies than any other cloud provider—with robust data sovereignty, residency, compliance, and resiliency capabilities for any application. You may also be able to find what you need by checking the IPs of the GitHub runners here: docs.github.comSpecifications for GitHub-hosted runners - GitHub Docs//docs.github.com/en/actions/reference/specifications-for-github-hosted-runners You aren’t able to choose which runner locations are used though so if all these locations don’t suit your needs then you may need to find an alternate solution. If you need to be more specific about where your code is processed, then it may be worth looking into setting up self-hosted runners in your chosen location: docs.github.comAbout self-hosted runners - GitHub Docs//docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners |
Beta Was this translation helpful? Give feedback.
Hi @michalbali256, welcome to the GitHub Support Community! GitHub hosts runners in the following Azure regions:
You can compare these regions with the Azure data centre locations here:
azure.microsoft.comChoose the Right Azure Region for You | Microsoft Azure
Azure has more geographies than any other cloud provider—with robust data sovereignty, residency, compliance, and resiliency capabilities for any application.
You may also be able to find what you need by checking the IPs of the GitHub runners here:
docs.github.com
Specifications for GitHub-hosted runners - Git…