Windows 11 ARM64 VS2026 image generally available for GitHub Actions
GitHub has made the Windows 11 ARM64 image with Visual Studio 2026 generally available on standard and larger GitHub-hosted runners, enhancing the build environment for ARM-based applications. Developers can opt-in now by updating their workflows to `runs-on: windows-11-vs2026-arm`. This release precedes a planned migration starting September 21, 2026, where the `windows-11-arm` image will automatically update to VS2026. The migration may introduce breaking changes for workflows dependent on Visual Studio 2022.
- →Windows 11 ARM64 VS2026 image generally available
- →Upcoming migration to Visual Studio 2026 and potential breaking changes
Breaking changes (1) ›
- Upcoming migration to Visual Studio 2026 and potential breaking changes
GitHub will gradually update the `windows-11-arm` image to default to Visual Studio 2026 between September 21 and September 30, 2026, which may break workflows dependent on Visual Studio 2022. Users can test the new image proactively or opt out of the Windows 11 ARM64 image if it no longer meets their needs.
Features (1) ›
- Windows 11 ARM64 VS2026 image generally available
The Windows 11 ARM64 image with Visual Studio 2026 is now generally available on GitHub's standard and larger hosted runners. Workflows can use this image by specifying `runs-on: windows-11-vs2026-arm` in their GitHub Actions workflow files to leverage the updated environment.
https://github.blog/changelog/2026-08-20-windows-11-arm64-vs2026-image-generally-available
Related releases
- GitHub improves tools for managing blocked users GitHub Changelog ·
- Shared agentic work with GitHub Copilot in Microsoft Teams GitHub Changelog ·
- GitHub Copilot Integrates with Slack for Agentic Development Workflows GitHub Changelog ·
- GitHub's Issues Sidebar Now Supports Pinned Views, Plus Other Enhancements GitHub Changelog ·
- Code scanning adds a mitigated alert dismissal reason GitHub Changelog ·
- Dedicated GitHub Actions Path for Code Quality is Generally Available GitHub Changelog ·