This commit is contained in:
2025-10-04 14:57:18 +08:00
parent d1fc502ed4
commit 000d3a27a8

View File

@@ -1,19 +1,19 @@
kind: pipeline node:
type: exec labels:
name: hello-macos host: Mac-mini.local
platform: darwin/arm64
gpu: metal
platform: when:
os: darwin event:
arch: arm64 include:
- push
- manual
- pull_request
steps: steps:
- name: hello hello:
type: exec
commands: commands:
- sw_vers - sw_vers
- xcodebuild -version || true - xcodebuild -version || true
when:
agent:
labels:
host: Mac-mini.local
platform: darwin/arm64
gpu: metal