What happened
GitHub has announced the general availability of a Windows 11 arm64 runner image that includes Visual Studio 2026.
The image is available on standard and larger GitHub-hosted runners, expanding the architecture options for GitHub Actions users.
Developers who want to use the image need to update their GitHub Actions workflow file, per the announcement.
Why it matters
This release gives Windows developers more flexibility when running CI/CD pipelines on GitHub-hosted infrastructure, particularly for ARM-based workloads.
Adding an arm64 Windows image to the hosted runner lineup broadens the testing and build options available directly through GitHub Actions without requiring self-hosted runners.
Key facts
The Windows 11 arm64 image with Visual Studio 2026 is generally available.
It is offered on standard and larger GitHub-hosted runners.
To use it in GitHub Actions, users must update their workflow file.
What to watch next
Developers should check the GitHub changelog and workflow documentation for the exact syntax needed to switch to the new image.
Expect teams building for ARM64 Windows to begin migrating their pipelines to the new hosted runners and validating their builds.
