---
title: "Available 9apes GitHub Actions Runner Labels"
description: "Compare supported 9apes runner labels, CPU, memory, architecture, Ubuntu versions, and per-minute prices for GitHub Actions jobs."
url: https://9apes.com/docs/available-runners/
---

# Available 9apes GitHub Actions Runner Labels

> **Billing summary:** 9apes is completely usage based. 9apes includes **3000 free runner minutes every month**.

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

```diff lang="yaml"
- runs-on: ubuntu-latest
+ runs-on: 9apes
```

## Supported runners

### Linux x86_64 runners

| `runs-on` label | vCPU | RAM | Architecture | OS | OS version | 9apes price/min | GitHub-hosted price/min |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `9apes-1vcpu-ubuntu-2404` | 1 | 4 GB | x86_64 | Ubuntu | 24.04 | $0.0009 | $0.002 |
| `9apes-2vcpu-ubuntu-2404` | 2 | 8 GB | x86_64 | Ubuntu | 24.04 | $0.0018 | $0.006 |
| `9apes` | 4 | 16 GB | x86_64 | Ubuntu | 24.04 | $0.0036 | $0.012 |
| `9apes-4vcpu-ubuntu-2404` | 4 | 16 GB | x86_64 | Ubuntu | 24.04 | $0.0036 | $0.012 |
| `9apes-8vcpu-ubuntu-2404` | 8 | 32 GB | x86_64 | Ubuntu | 24.04 | $0.0072 | $0.022 |

### Linux arm64

Need Linux arm64 GitHub Actions runners? Contact [support@9apes.com](mailto:support@9apes.com) to discuss your workflow, scale, and rollout timing.

### Windows

Need Windows GitHub Actions runners? Contact [support@9apes.com](mailto:support@9apes.com) to talk through your requirements and timeline.

### MacOS

Need MacOS GitHub Actions runners? Contact [support@9apes.com](mailto:support@9apes.com) to discuss access and availability.

### Choosing a runner

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.

## Related pages

- [Quick Start](https://9apes.com/docs/quick-start/) — move your first GitHub Actions job to 9apes
- [GitHub Actions runner pricing](https://9apes.com/pricing/) — per-minute rates for every label against GitHub-hosted list prices, with a monthly cost estimator
- [Pricing and Billing Basics](https://9apes.com/docs/pricing-billing/) — free minutes, month-end billing, and where to review usage
