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.