Skip to content

Migration guides

Migrate from WarpBuild to runnerhut

The exact change to move your workflows from WarpBuild — and the change to move back, so you can evaluate without committing.

What WarpBuild does well

  • The broadest runner matrix in the category — Linux, macOS, Windows, arm64, snapshots
  • Mature bring-your-own-cloud story with per-provider documentation
  • By far the strongest content and SEO footprint: ~750 indexed pages
  • Remote Docker builders and snapshot runners are genuinely differentiated

Where we differ

  • Breadth comes with configuration surface — more knobs to get wrong
  • Snapshot runners add a storage line item that is easy to under-forecast
  • BYOC shifts cloud cost and IAM risk back onto your team
WarpBuildrunnerhut
EU data residencyYes, enterprise tierYes, all plans
Drop-in runs-onYesYes
Runner familiesLinux, macOS, WindowsLinux, macOS, Windows, GPU
Bring your own cloudAWS, GCP, AzureAWS, GCP, Azure
Snapshot runnersYesYes
Included cacheMeteredUnlimited
Setup surfaceLargeOne line
Per-job cost analyticsYesYes
Compiled from each vendor's public documentation, August 2026.

The migration

yaml
jobs:
build:
- runs-on: warp-ubuntu-latest-x64-4x
+ runs-on: runnerhut-8vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
One line. Every other line of your workflow is untouched.

And the migration back

We publish this because after BuildJet's shutdown, "what if you disappear" is a fair question. Leaving is the same single line you changed to arrive.

yaml
jobs:
build:
- runs-on: runnerhut-8vcpu-ubuntu-2404
+ runs-on: ubuntu-latest

Checklist

  1. Install the runnerhut GitHub App on the repositories you want to move
  2. Change runs-on in one job first and compare timings against the old runner
  3. Add runner.arch to cache keys if you are also moving to arm64
  4. Roll out to the rest of the repository once the comparison looks right
  5. Set a budget cap and concurrency cancellation before going organisation-wide

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.