Gitlab shared runner for MAC with tag(saas-macos-medium-m1) is not picking up job
-
Configured MAC runner in workflow and triggered pipeline but getting following error -
“This job is stuck because of one of the following problems. There are no active runners online, no runners for the protected branch, or no runners that match all of the job’s tags: saas-macos-medium-m1 Go to project CI settings” -
We are using GitLab.com
-
Having following configuration in
.gitlab-ci.yml
default:
tags:
- windows
- saas-macos-medium-m1
What could be wrong here?