runs-on: ubicloud provisions a 2 vCPU x64 Ubuntu 24.04 runner. You can specify the runner size, for example, runs-on: ubicloud-standard-8 provisions an 8 vCPU runner. You can even specify the operating system, such as runs-on: ubicloud-standard-4-ubuntu-2204, which provisions a 4 vCPU runner with Ubuntu 22.04.
Available Labels
| Workflow label | OS | vCPU | Memory | Disk |
|---|---|---|---|---|
ubicloud-standard-2 | Ubuntu 24.04 | 2 | 8GB | 75GB |
ubicloud-standard-4 | Ubuntu 24.04 | 4 | 16GB | 150GB |
ubicloud-standard-8 | Ubuntu 24.04 | 8 | 32GB | 200GB |
ubicloud-standard-16 | Ubuntu 24.04 | 16 | 64GB | 300GB |
ubicloud-standard-30 | Ubuntu 24.04 | 30 | 120GB | 400GB |
ubicloud-standard-2-arm | Ubuntu 24.04 | 2 | 6GB | 86GB |
ubicloud-standard-4-arm | Ubuntu 24.04 | 4 | 12GB | 150GB |
ubicloud-standard-8-arm | Ubuntu 24.04 | 8 | 24GB | 200GB |
ubicloud-standard-16-arm | Ubuntu 24.04 | 16 | 48GB | 300GB |
ubicloud-standard-30-arm | Ubuntu 24.04 | 30 | 90GB | 400GB |
-ubuntu-2204 or -ubuntu-2404 to explicitly set the operating system.
Ubicloud runners support the following label patterns:
{vcpu}
The supported number of vCPUs are 2 (default), 4, 8, 16, and 30.
{os}
The operation system can be
ubuntu-2204, ubuntu-2404 (default).x64 Runners
Ubicloud x64 runners are powered by AMD Ryzen 9 7950X3D processors, high-performance gaming processors optimized for single-thread speed and fast CI execution, with every two x64 vCPUs corresponding to one physical core. All Ubicloud runners are equipped with modern hardware, including new generation processors, NVMe SSDs, and high-speed networking. This enables us to deliver better price-performance across our services. All new users get the superior performance of our premium runners by default. If capacity’s full, you seamlessly fall back to standard runners with no extra wait time. You are billed by the minute based on the type of runner you’re using.Standard runners were deprecated in June 2026 and are only available to customers who were already using them at that time. They are powered by AMD EPYC 9454P processors.We recommend that customers still on standard runners make the switch. The improved single-thread performance will meaningfully speed up your CI jobs, and the price difference is minimal.You can enable premium runners using the toggle on the Settings page of GitHub Runners in the Ubicloud Console. Once enabled, your jobs will automatically be routed to our premium fleet.