fix1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-04 15:17:38 +08:00
parent 2fe7abe901
commit 4ff84858c3
2 changed files with 84 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
steps:
- name: hello-macos
image: /bin/zsh
when:
platform: darwin/arm64
event: [push, manual, pull_request]
commands:
- 'set -e'
- 'echo "Agent platform: ${CI_SYSTEM_PLATFORM}"'
- 'sw_vers'
- 'xcodebuild -version || true'