Workflow Labels
We currently provide two labels for GitHub Actions workflows:
| Label | Description | Status |
|---|---|---|
getmac-latest | Latest Sequoia image with Xcode 16.4 | Active |
getmac | Latest Sequoia image with Xcode 16.4 | Active |
getmac-sonoma | Latest Sonoma image with Xcode 16.3 | Active |
getmac-tahoe | Latest Tahoe image with Xcode 26.2 | Active |
getmac-tahoe-beta | Latest Tahoe Beta image with Xcode 26.2 | Active |
getmac-tahoe
getmac-sonoma
getmac-tahoe-beta
Both labels point to the same hardware configuration and software image, but getmac-latest will always use the most recent image version.
Usage
To use GetMac runners in your GitHub Actions workflows, simply update the runs-on field in your workflow configuration file as shown below:
- runs-on: macos-latest+ runs-on: getmac
You can replace getmac with getmac-latest if you prefer to use the latest image version.