GetMac home page
Search...
⌘K
Contact Us
Dashboard
Dashboard
Search...
Navigation
Get Started
GetMac GitHub Runners
Guides
GetMac Blog
GetMac
Get Started
Introduction
Get Started
GetMac Instances
GetMac GitHub Runners
On this page
Key Features
Connecting to your GitHub
Adding proper label to run on GetMac instance
Resources
Call to Action
Get Started
GetMac GitHub Runners
GetMac integrates with
GitHub Actions
to provide macOS runners for your CI/CD workflows. This enables you to run jobs that require
macOS environments
without any complex setup.
Key Features
Ready-to-go macOS environments
with preinstalled developer tools
Ephemeral & scalable
– create as many as needed, vanish after jobs complete
Effortless maintenance
– GitHub updates the runner agent, GetMac provides macOS infrastructure
Connecting to your GitHub
Click the
“Connect GitHub”
button in GitHub Runners
Log in to your GitHub account
Choose which repositories you want to allow GetMac to access
A confirmation about the successful process will appear
Adding proper label to run on GetMac instance
Define the Runner Label
– this is
critical
. Add the
runs-on
label
getmac-latest
so GitHub knows to use GetMac’s macOS runners.
Example:
Copy
jobs
:
somejob
:
runs-on
:
getmac-latest
steps
:
# Your build steps here
Trigger GitHub Actions
– jobs will now run seamlessly on macOS runners.
Resources
GitHub Docs: Runners
Call to Action
🚀 Start using
GetMac’s GitHub Runners
today: Sign in, connect your GitHub account, and experience
fast, reliable macOS CI/CD
.
GetMac Instances
Assistant
Responses are generated using AI and may contain mistakes.