steps: - name: hello-macos image: /bin/zsh when: platform: darwin/arm64 event: [push, manual, pull_request] commands: - 'set -e' - 'echo "Agent platform: ${CI_SYSTEM_PLATFORM}"' - 'sw_vers' - 'xcodebuild -version || true'