13 lines
292 B
YAML
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
|