GitHub Actions runners on real Macs
Bring your existing GitHub Actions workflows. MacOps spins up ephemeral, isolated macOS self-hosted runners on demand and tears them down after every job.
Why managed runners
- Ephemeral & isolated — every job gets a clean, isolated macOS VM; nothing leaks between runs.
- Real Apple silicon — fast native builds, no emulation.
- Version choice — pin the macOS image and Xcode toolchain per workflow.
- No maintenance — we keep the hosts patched and the pool warm.
Setup
- Connect your GitHub organisation or repository.
- Choose a macOS image and concurrency.
- Add
runs-on: [self-hosted, macos, macops]to your workflow.