macos-26 is now generally available for GitHub-hosted runners

Published: (February 26, 2026 at 11:00 AM EST)
1 min read

Source: GitHub Actions Blog

The macOS 26 runner image is now generally available for GitHub Actions. Previously in public preview, macOS 26 runners give you a fully supported environment for building and testing apps with the latest macOS and Xcode tooling.

macOS 26 runners run natively on Apple Silicon (arm64) and also support Intel (x64). Use the following labels in your workflow files:

  • macos-26 – Standard macOS runner for arm64.
  • macos-26-intel – Standard macOS runner for x64.
  • macos-26-large – Large runner for x64.
  • macos-26-xlarge – Extra‑large runner for arm64.

To learn more about GitHub Actions macOS runners and the software included in the macOS 26 image, see the GitHub‑hosted runners documentation.

0 views
Back to Blog

Related posts

Read more »

vCluster (Virtual Clusters)

Taming the Kubernetes Beast: Your Guide to vCluster Virtual Clusters Ever felt like you're juggling a thousand flaming chainsaws when it comes to managing Kube...

How OPA Changed Our Go-No-Go Forever

Learn how Open Policy Agent OPA transformed go/no-go releases from subjective meetings into automated, auditable, policy-driven decisions embedded directly in t...