Skip to content

Available 9apes GitHub Actions Runner Labels

Use a 9apes runner by setting a job’s runs-on value to a supported 9apes label.

runs-on: ubuntu-latest
runs-on: 9apes

Linux x86_64

runs-on label vCPU RAM Architecture OS OS version Price/min
9apes-1vcpu-ubuntu-2404 1 4 GB x86_64 Ubuntu 24.04 $0.0009
9apes-2vcpu-ubuntu-2404 2 8 GB x86_64 Ubuntu 24.04 $0.0018
9apes 4 16 GB x86_64 Ubuntu 24.04 $0.0036
9apes-4vcpu-ubuntu-2404 4 16 GB x86_64 Ubuntu 24.04 $0.0036
9apes-8vcpu-ubuntu-2404 8 32 GB x86_64 Ubuntu 24.04 $0.0072

Need Linux arm64 GitHub Actions runners? Contact [email protected] to discuss your workflow, scale, and rollout timing.

Need Windows GitHub Actions runners? Contact [email protected] to talk through your requirements and timeline.

Need MacOS GitHub Actions runners? Contact [email protected] to discuss access and availability.

Start with the default Linux runner for the first migration. Move to a larger or build-specific runner only when the job needs more CPU, memory, storage, or Docker build performance.

Use the same runner label for every job in a matrix unless you intentionally want different job sizes.