macOS 26 (Tahoe) is now on Depot GitHub Actions runners.
Change one line, `runs-on: depot-macos-26`, and you're on Apple M4 with Xcode 26 and the macOS 26 SDKs preinstalled. Simulators baked in too, no per-run downloads.
Depot
2,022 posts
- Replying to @depotdevAlready have the Depot CLI? You already have this. Update and go: `depot ci run list` `depot ci diagnose --run <id>`
- Depot repostedJust three weeks until Startup School Paris! Looking forward to discussing the future of dev tools with @kylegalbraith of @depotdev.
- Albacore builds Ghostfin, a drone submarine. Its software ships as ARM64 containers, and on x86 that means QEMU. Their worst build ran overnight and still wasn't done. On Depot's native ARM64 builders, 30-40 min uncached builds now take 5-10.
- New in beta: test results for your CI jobs. Add depot/test-report-action after your test step, point it at your JUnit XML, and Depot shows pass/fail/error/skip on the job. Plus analytics for flaky, slow, and frequently-failing tests. Free in beta.
- Depot repostedWe just launched Test Analytics and flakey test detection across Depot 🚀 This is a big release as it allows you to visualize, analyze, and detect problematic tests across both Depot CI and Depot GitHub Actions Runners. You can analyze tests across your entire Depot





