diff --git a/.woodpecker.yml b/.woodpecker.yml index 1fc15f1..3771e31 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,19 +1,19 @@ -kind: pipeline -type: exec -name: hello-macos +node: + labels: + host: Mac-mini.local + platform: darwin/arm64 + gpu: metal -platform: - os: darwin - arch: arm64 +when: + event: + include: + - push + - manual + - pull_request steps: - - name: hello + hello: + type: exec commands: - sw_vers - xcodebuild -version || true - when: - agent: - labels: - host: Mac-mini.local - platform: darwin/arm64 - gpu: metal