mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 14:07:55 +00:00
macos-latest now resolves to macOS 15 (Sequoia), which removed the SetFile command from Xcode Command Line Tools. Tauri's bundle_dmg.sh relies on SetFile to set custom icon attributes on the DMG volume, causing the Desktop Build & Release workflow to fail on the macOS runner. Pin to macos-14 (Apple Silicon M1, Sonoma) which still includes SetFile and supports universal binary builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>