Workflow Labels

We currently provide two labels for GitHub Actions workflows:

LabelDescriptionStatus
getmac-latestLatest Sequoia image with Xcode 16.4Active
getmacLatest Sequoia image with Xcode 16.4Active
getmac-sonomaLatest Sonoma image with Xcode 16.3Active
getmac-tahoeLatest Tahoe image with Xcode 26.2Active
getmac-tahoe-betaLatest Tahoe Beta image with Xcode 26.2Active

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.

Workflow Labels | GetMac