Introducción
https://docs.gitlab.com/ci/quick_start/
Runners
macOs
iOS App’s GitLab CI/CD with macOS SaaS Runner and GitLab Mobile DevOps
build:
tags: [shared-macos-amd64]
image: macos-11-xcode-12
stage: build
script:
- echo "running scripts in the build job"