Files
woodpecker-metal/.woodpecker.yml
2025-10-04 14:54:37 +08:00

13 lines
292 B
YAML

# Minimal macOS exec pipeline example — adjust labels to match your agent.
pipeline:
hello-macos:
when:
agent:
labels:
host: Mac-mini.local
platform: darwin/arm64
gpu: metal
commands:
- sw_vers
- xcodebuild -version || true