Files
woodpecker-metal/.woodpecker.yml
lingyuzeng 265fbc4b8f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix
2025-10-04 15:11:23 +08:00

12 lines
273 B
YAML

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