Files
woodpecker-metal/config/.woodpecker_line.yml
lingyuzeng 4ff84858c3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix1
2025-10-04 15:17:38 +08:00

12 lines
272 B
YAML

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'