Azure instance
Run GitHub Actions on Azure Standard_ND96asr_v4
Azure Standard_ND96asr_v4 — 96 vCPU, 900 GiB RAM, x86_64, NVIDIA A100 40GB. Cirun spins one up per workflow on your Azure account and tears it down when the job finishes — you pay Azure for the compute, nothing per CI minute.
Why this fits
- 96 vCPU and 900 GiB RAM — sized for workloads the default GitHub-hosted runners can't comfortably host, all on your own Azure account.
- A100 × 8 — large ML CI, RDMA interconnect for distributed tests.
- NVIDIA A100 40GB for PyTorch / JAX and other CUDA workloads, with drivers + CUDA pre-baked in the runner image.
.cirun.yml
.cirun.yml
1runners:2 - name: azure-standard-nd96asr-v43 cloud: azure4 instance_type: Standard_ND96asr_v45 # Use Microsoft's HPC/DSVM Ubuntu image for pre-installed CUDA +6 # drivers.7 machine_image: microsoft-dsvm:ubuntu-hpc:2204:latest8 labels:9 - cirun-azure-standard-nd96asr-v4
Drop this in your repo root. The first workflow that requests the runner label spins this configuration up on your cloud account.
Ready to run your CI here?
Cirun is free for open source. For private repos, flat monthly plans by repo count — never per CI minute.
Sources · verified 2026-05-25