Performance
Runner types
CarbonRunner runners are faster, 25% cheaper and 90% less than carbon emissions then GitHub-hosted runners.
1
2jobs:
3 deploy:
4- runs-on: ubuntu-latest
5+ runs-on: carbonrunner-2vcpu-ubuntu-latest
6
Intel/AMD
Open the CarbonRunner dashboard and grant the permissions we need to execute your GitHub Action jobs on our carbon-aware infrastructure.
vCPU Count | Memory | Storage | CarbonRunner |
---|---|---|---|
| 4 GiB RAM | 40 GiB SSD disk | $0.003/min |
$0.006/min | |||
$0.012/min | |||
$0.024/min | |||
$0.048/min | |||
$0.096/min |
ARM64 (coming soon)
Update your workflow’s runs-on line to use CarbonRunner. We’ll pick up the PR checks automatically — that run will be the first you see in the dashboard.
KVM Virtualization Support
If you want to build with KVM use the label `kvm`
1
2jobs:
3 deploy:
4- runs-on: ubuntu-latest
5+ runs-on: [carbonrunner-2vcpu-ubuntu-latest, kvm]
6