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
type: exec
name: hello-macos
platform:
os: darwin
arch: arm64
steps:
- name: hello
commands:
- sw_vers
- xcodebuild -version || true
when:
agent:
node:
labels:
host: Mac-mini.local
platform: darwin/arm64
gpu: metal
when:
event:
include:
- push
- manual
- pull_request
steps:
hello:
type: exec
commands:
- sw_vers
- xcodebuild -version || true