| macOS runners for GitHub Actions
Blaze provides native Apple Silicon runners for your iOS and macOS CI workflows. Each job runs in a fresh 4-core, 12 GB VM on an Apple Silicon Mac we operate ourselves.
Our macOS runners come with the latest Xcode pre-installed, along with common tools like Homebrew, CocoaPods, Fastlane, and Flutter.
Available runners
Need more power? Large runners (8 vCPU, 24 GB) are available. See all options.
Pre-installed software
Every macOS runner comes with common development tools pre-installed:
- * Xcode β Latest stable and beta versions
- * Homebrew β macOS package manager
- * CocoaPods β iOS dependency manager
- * Fastlane β iOS automation toolkit
- * Flutter β Cross-platform framework
- * Node.js β JavaScript runtime
- * Ruby β For Fastlane and CocoaPods
- * Git LFS β Large file storage
See the full list of pre-installed software.
Pricing
Simple, predictable pricing with unlimited minutes:
Annual billing saves an additional 20%. View full pricing.
How to use
Add Blaze runners to your workflow with a single line:
jobs:
build:
runs-on: blaze/macos-latest
steps:
- uses: actions/checkout@v4
- run: xcodebuild -scheme MyApp -sdk iphoneos All your existing workflow steps, caching, and secrets work exactly the same.
Get started
Try Blaze macOS runners with 300 free minutes. No credit card required.