Skip to content

macOS 26 (Tahoe) is now generally available in GitHub Actions #13739

@erik-bershel

Description

@erik-bershel

Breaking changes

macOS 26 Tahoe is now generally available for all GitHub Actions.
To select one of these images, you can use one of the supported macOS 26 labels in your YAML file.

YAML-scheme for GitHub Actions:

macOS-26 Apple Silicon

jobs:
  job:
    runs-on: macos-26
jobs:
  job:
    runs-on: macos-26-xlarge

macOS-26 Intel

jobs:
  job:
    runs-on: macos-26-intel
jobs:
  job:
    runs-on: macos-26-large

Target date

Thursday, February 26th, 2026

The motivation for the changes

The images have passed the beta stage.

Possible impact

Please note the changes in the new images relative to Mac OS 15, which are listed in the beta announcements:

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 22.04
  • Ubuntu 24.04
  • Ubuntu Slim
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • macOS 26
  • macOS 26 Arm64
  • Windows Server 2022
  • Windows Server 2025
  • Windows Server 2025 with Visual Studio 2026

Mitigation ways

N/A

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions