This commit is contained in:
2025-10-04 15:03:16 +08:00
parent b0ed20005d
commit a818d40f2d

View File

@@ -12,6 +12,6 @@ steps:
platform: darwin/arm64
gpu: metal
commands:
- printf 'Agent: %s\n' "${WOODPECKER_AGENT_NAME:-unknown}"
- sw_vers
- xcodebuild -version || true
- 'printf "Agent: %s\n" "${WOODPECKER_AGENT_NAME:-unknown}"'
- 'sw_vers'
- 'xcodebuild -version || true'