From ff72a59c34599a3cccae04adbb9388ec113251b6 Mon Sep 17 00:00:00 2001 From: lingyuzeng Date: Sat, 4 Oct 2025 14:54:37 +0800 Subject: [PATCH] test --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..ec37e93 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,12 @@ +# 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