Skip to content

Commit d8b68a7

Browse files
Merge pull request #130 from depot/docs-sync-updates
2 parents d51cb36 + 6ef9b7e commit d8b68a7

File tree

1 file changed

+38
-45
lines changed

1 file changed

+38
-45
lines changed

content/github-actions/runner-types.mdx

Lines changed: 38 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -24,70 +24,65 @@ Intel runners use AMD EC2 instances. Their EBS volume is provisioned with 8000 I
2424
2525
The following labels are available:
2626
27-
| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier |
28-
| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
29-
| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
30-
| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
31-
| `depot-ubuntu-24.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
32-
| `depot-ubuntu-24.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
33-
| `depot-ubuntu-24.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
34-
| `depot-ubuntu-24.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
35-
| `depot-ubuntu-24.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
27+
| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier |
28+
| :---------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
29+
| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
30+
| `depot-ubuntu-24.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
31+
| `depot-ubuntu-24.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
32+
| `depot-ubuntu-24.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
33+
| `depot-ubuntu-24.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
34+
| `depot-ubuntu-24.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
3635

3736
## Arm runners
3837

3938
Arm runners use Graviton4 EC2 instances. Their EBS volume is provisioned with 8000 IOPS and 250 MB/s throughput.
4039

4140
The following labels are available:
4241

43-
| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier |
44-
| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
45-
| `depot-ubuntu-24.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
46-
| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
47-
| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
48-
| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
49-
| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
50-
| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
51-
| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
42+
| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier |
43+
| :-------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
44+
| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
45+
| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
46+
| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
47+
| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
48+
| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
49+
| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
5250

5351
## Ubuntu 22.04 runners
5452

5553
These runners use the same instances as the Ubuntu 24.04 runners.
5654

5755
The following labels are available:
5856

59-
| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier |
60-
| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
61-
| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
62-
| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
63-
| `depot-ubuntu-22.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
64-
| `depot-ubuntu-22.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
65-
| `depot-ubuntu-22.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
66-
| `depot-ubuntu-22.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
67-
| `depot-ubuntu-22.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
68-
| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
69-
| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
70-
| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
71-
| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
72-
| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
73-
| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
74-
| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
57+
| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier |
58+
| :-------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
59+
| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
60+
| `depot-ubuntu-22.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
61+
| `depot-ubuntu-22.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
62+
| `depot-ubuntu-22.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
63+
| `depot-ubuntu-22.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
64+
| `depot-ubuntu-22.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
65+
| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
66+
| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
67+
| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
68+
| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
69+
| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
70+
| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
7571

7672
## Windows runners
7773

7874
Windows runners use instances with Intel chips running Windows Server 2022. These runners don't currently have a disk accelerator (i.e. [Ultra Runners](/blog/introducing-github-actions-ultra-runners)).
7975

8076
The following labels are available:
8177

82-
| Label | CPUs | Memory | Disk size | Per-minute price | Minutes multiplier |
83-
| :------------------------- | :--- | :----- | :-------- | :--------------- | :----------------- |
84-
| `depot-windows-2022-small` | 2 | 2 GB | 100 GB | $0.004 | 1x |
85-
| `depot-windows-2022` | 2 | 8 GB | 100 GB | $0.008 | 2x |
86-
| `depot-windows-2022-4` | 4 | 16 GB | 130 GB | $0.016 | 4x |
87-
| `depot-windows-2022-8` | 8 | 32 GB | 150 GB | $0.032 | 8x |
88-
| `depot-windows-2022-16` | 16 | 64 GB | 180 GB | $0.064 | 16x |
89-
| `depot-windows-2022-32` | 32 | 128 GB | 200 GB | $0.128 | 32x |
90-
| `depot-windows-2022-64` | 64 | 256 GB | 250 GB | $0.256 | 64x |
78+
| Label | CPUs | Memory | Disk size | Per-minute price | Minutes multiplier |
79+
| :---------------------- | :--- | :----- | :-------- | :--------------- | :----------------- |
80+
| `depot-windows-2022` | 2 | 8 GB | 100 GB | $0.008 | 2x |
81+
| `depot-windows-2022-4` | 4 | 16 GB | 130 GB | $0.016 | 4x |
82+
| `depot-windows-2022-8` | 8 | 32 GB | 150 GB | $0.032 | 8x |
83+
| `depot-windows-2022-16` | 16 | 64 GB | 180 GB | $0.064 | 16x |
84+
| `depot-windows-2022-32` | 32 | 128 GB | 200 GB | $0.128 | 32x |
85+
| `depot-windows-2022-64` | 64 | 256 GB | 250 GB | $0.256 | 64x |
9186

9287
**Note**: Windows runners don't come equipped with Hyper-v because of an AWS limitation on EC2. Therefore, if you use things that require it like `docker`, than Depot Windows Runners are unlikely to work for you.
9388

@@ -97,8 +92,6 @@ The following labels are available:
9792

9893
macOS runners use instances with M2 chips running macOS 14. Their EBS volume is provisioned with 8000 IOPS and 1000 MB/s throughput. Like the Linux runners, the macOS runners also have a disk accelerator.
9994

100-
**Note**: These runners are only available on the [Startup plan](/pricing) during beta.
101-
10295
The following labels are available:
10396

10497
| Label | CPUs | Memory | Disk size | Per-minute price |

0 commit comments

Comments
 (0)