Runners & infrastructure

Windows 11 arm64 with VS2026 goes GA on GitHub-hosted runners

Windows 11 arm64 with VS2026 goes GA on GitHub-hosted runners

What went GA

Per the GitHub Actions changelog dated 2026-08-20, the Windows 11 arm64 image with Visual Studio 2026 is now generally available on GitHub-hosted runners, on both the standard and larger-runner tiers. For teams that ship native ARM Windows binaries out of CI, the self-hosted arm64 Windows box in a colo stops being the only option.

Why on-call cares

The old shape was familiar: build x86 in Actions, cross-compile to arm64, trust your test suite, then hear from a customer that a native DLL on arm64 does something the x86 emulator did not. The alternative was a self-hosted arm64 Windows runner, and with it the imaging, patching, agent upgrades and the pager alerts when the box wedged at 3am.

A hosted image collapses that shape. Visual Studio 2026 sits on the runner, so the toolchain matches what a fresh developer laptop looks like on the same image. The ARM Windows job becomes the same job as the x64 Windows job, with a different label.

The caveats that will bite

A hosted image is a hosted image. Availability, queue times and quotas belong to the runner platform, not to you. If an ARM Windows job is on the critical path to a release, "hosted, standard tier" is a starting point, not a rollback plan. The larger-runner tier buys more CPU and RAM, not an exemption from shared-fleet failure modes.

Version drift is the second trap. The image ships with the components it ships with. A Visual Studio update lands when the image updates, and any workflow that depended on the previous behaviour sees the change on the next run. Standard mitigation applies: pin the image label explicitly rather than track a moving alias, and treat image-version bumps as their own change to review.

Before you flip a job over

Check the runner label the workflow uses. Standard hosted runners and larger runners take different runs-on labels, and the changelog notes GA on both. Check any custom SDKs you install on top of the image; VS2026 is on the box, workload-specific drivers and kernel components are not. Check cache keys and container base images that assumed x64: anything that hashed the architecture into a key needs a review. And check any self-hosted arm64 Windows fleet whose justification was "hosted does not offer this". That justification just shrank.

The wider read

Cross-compile still works, and will keep working. Native ARM Windows CI on a first-party hosted runner is now an option on the menu, and running an arm64 Windows box yourself is no longer the price of entry.

Source: GitHub Changelog (github.blog)

Related
Runners & infrastructure

Azure Pipelines opens an arm64 macOS preview with Xcode 27 in the pay-as-you-go pool

Microsoft added Apple Silicon macOS agents carrying Xcode 27 to Azure DevOps as a public preview, delivered through the pay-as-you-go GitHub-hosted Agents pool. For iOS and macOS pipelines that have been running Xcode on Rosetta-under-Intel agents, the native arm64 path is finally in reach on a Microsoft-hosted fleet.

August 19, 2026
Runners & infrastructure

Xcode 27 lands on GitHub-hosted runners, and the naming rule quietly changed

GitHub Actions added an Xcode 27 image in public preview on its arm64 macOS runners. The bigger shift is buried in the changelog: images are now keyed to the Xcode major version instead of the OS, one Xcode per image.

July 19, 2026
Runners & infrastructure

GitHub-hosted larger runners pick up RHEL 9 and RHEL 10 in public preview

GitHub's larger hosted runners now offer Red Hat Enterprise Linux 9 and 10 images in public preview, a partnership with Red Hat aimed at shops that have been self-hosting Actions just to keep production-like CI on Red Hat.

June 29, 2026

Turn this into your pipeline. Build it on Buddy.

Start free