# Depot CI supports Arm64 sandboxes (https://depot.dev/changelog/2026-08-24-arm64-sandboxes-on-depot-ci)

> Published 2026-08-24

Depot CI can now run jobs on Arm64 sandboxes. Use an `-arm` label in `runs-on`. For example:

```yaml
jobs:
  build:
    runs-on: depot-ubuntu-24.04-arm-8
    steps:
      - uses: actions/checkout@v4
      - run: make test
```

Sandbox sizes range from 2 CPUs/8 GB up to 64 CPUs/256 GB. See the full label list and pricing in [Depot CI sandboxes](/docs/ci/overview#depot-ci-sandboxes).

## 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.