🚀 Introducing Ultra Runners — Up to 3x faster GitHub Actions jobs
GitHub Actions Runners
Faster compute. Faster cache. Faster builds.
Fully-managed GitHub Actions runners, accelerated by Depot on AWS EC2 instances. Billed by the second.
30%
faster compute
10x
faster cache
50%
the cost
Amazon-grade performance
Each Depot runner launches on a single-tenant EC2 instance, with full access to fast compute, disk, and network.
Quickly scale to unlimited concurrency — no waiting for runners to provision.
Building torvalds/linux
depot-ubuntu-22.04-16
3m 11s
ubuntu-22.04-16
5m 22s
Instance class
m7a.large to m7a.16xlarge
4th Gen AMD EPYC Genoa
Network throughput
Up to 12.5 Gbps
Local disk performance
8000 IOPS
Hosting region
us-east-1
Interested in deploying to your own AWS account? Contact us
- uses: actions/cache@v4
- uses: actions/setup-node@v4
- uses: actions/setup-python@v5
- uses: actions/setup-java@v4
- uses: actions/setup-go@v4
- uses: ruby/setup-ruby@v1
- uses: shivammathur/setup-php@v2
- uses: dtolnay/rust-toolchain@stable
10x faster caching
Depot runners automatically integrate with Depot's distributed cache, with up to 1000 MiB/s upload and download speeds.
We allow unlimited cache storage, with configurable retention policies, so you can cache all your dependencies.
name: CI
on: push
Â
jobs:
build:
runs-on: ubuntu-22.04
runs-on: depot-ubuntu-22.04
Label
CPUs
Memory
GitHub Price
per minute
Depot Price
per minute
depot-ubuntu-22.04
2
8 GB
$0.008
$0.004
depot-ubuntu-22.04-4
4
16 GB
$0.016
$0.008
depot-ubuntu-22.04-8
8
32 GB
$0.032
$0.016
depot-ubuntu-22.04-16
16
64 GB
$0.064
$0.032
depot-ubuntu-22.04-32
32
128 GB
$0.128
$0.064
Minutes included with the base plan can be used for any machine type, consumed at the minute multiple rate.
Your builds have never been this quick.
Start building