-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
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:
- macOS 26 (on Intel) is now available as a public beta in GitHub Actions #13637
- macOS 26 (Tahoe) is now available as a public beta in GitHub Actions #13008
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
Reactions are currently unavailable