# Depot GitHub Actions Runners for ARM now in beta (https://depot.dev/changelog/2024-04-08-github-actions-runners-for-arm-beta)

> Published 2024-04-08

It's been a few short weeks since we took the covers off our latest product, [Depot-managed GitHub Actions Runners](/products/github-actions), for faster CI jobs in GitHub Actions. We shipped the initial version focused on Intel runners with 30% faster compute, 10x faster caching, and half the price of GitHub-hosted runners.

But today, we're announcing that we now have **ARM** runners in public beta for everyone to use in their existing GitHub Actions jobs. ARM runners are great for building artifacts and binaries for Arm-based devices like Apple M3 chips, Raspberry Pi, and more.

We've always had the ability to build Docker images natively for ARM, but now you can run your CI jobs on ARM runners as well. Getting started is easy. Just update your `runs-on` label to specify an ARM runner:

```yaml
runs-on: depot-ubuntu-latest-arm
```

You can read more about all supported labels in our [GitHub Actions quickstart](/docs/github-actions/quickstart#depot-supported-labels) and feel free to ask any questions or report any issues in our [community Discord](https://discord.gg/MMPqYSgDCg).

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.