From a271cd3d1ab3bb0b3eac58e88e0d04bee0d6e86c Mon Sep 17 00:00:00 2001 From: KyleTryon Date: Mon, 7 Oct 2024 10:34:40 -0400 Subject: [PATCH] docs: macos runner --- content/github-actions/runner-types.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/github-actions/runner-types.mdx b/content/github-actions/runner-types.mdx index 3d2d254..d0b60a0 100644 --- a/content/github-actions/runner-types.mdx +++ b/content/github-actions/runner-types.mdx @@ -71,6 +71,21 @@ The following labels are available: | `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 1200 GB | $0.064 | | `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 2400 GB | $0.128 | +## macOS runners + +**Status: Beta** + +macOS runners use instances with M2 chips running macOS 14. Their EBS volume is provisioned with 8000 IOPS and 1000 MB/s throughput. + +**Note**: These runners are only available on the [Startup plan](/pricing) during beta. + +The following label is available: + +| Label | CPUs | Memory | Disk size | Per-minute price | +| :------------------- | :--- | :----- | :-------- | :--------------- | +| `depot-macos-latest` | 8 | 24 GB | 150GB | $0.08 | +| `depot-macos-14` | 8 | 24 GB | 150GB | $0.08 | + ## I/O-optimized runners **Status: Beta**