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 platform: darwin/arm64
gpu: metal gpu: metal
commands: commands:
- printf 'Agent: %s\n' "${WOODPECKER_AGENT_NAME:-unknown}" - 'printf "Agent: %s\n" "${WOODPECKER_AGENT_NAME:-unknown}"'
- sw_vers - 'sw_vers'
- xcodebuild -version || true - 'xcodebuild -version || true'