This commit is contained in:
2025-10-04 14:55:48 +08:00
parent ff72a59c34
commit d1fc502ed4

View File

@@ -1,12 +1,19 @@
# Minimal macOS exec pipeline example — adjust labels to match your agent.
pipeline:
hello-macos:
kind: pipeline
type: exec
name: hello-macos
platform:
os: darwin
arch: arm64
steps:
- name: hello
commands:
- sw_vers
- xcodebuild -version || true
when:
agent:
labels:
host: Mac-mini.local
platform: darwin/arm64
gpu: metal
commands:
- sw_vers
- xcodebuild -version || true