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
You can append
-ubuntu-2204, -ubuntu-2404, or -ubuntu-2604 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), ubuntu-2604.