Commit Graph

4 Commits

Author SHA1 Message Date
Tomas Dvorak 403bf01189 fix: Resolve macOS cross-compilation issues in unified release
- Disable old unified-build.yml workflow (was causing conflicts)
- Create new unified-release.yml with proper platform separation
- macOS builds now run on macOS runners (fixes cross-compilation)
- Linux and Windows builds use Ubuntu with cross-compilation
- Separate build jobs for each platform to prevent cancellation
- Rename workflow to indicate cross-platform support

Platform matrix:
 Linux x64: Ubuntu runner (native)
 Windows x64: Ubuntu runner (cross-compile)
 macOS x64/ARM64: macOS runners (native)
 Android: Ubuntu runner (native)
 Backend: Ubuntu runner (native)

Fixes macOS build failures and prevents other builds from being canceled!
2026-03-18 14:22:34 +01:00
Tomas Dvorak c202f6b219 ci/cd 2026-03-18 13:25:38 +01:00
Tomas Dvorak 6ff864cb9e update 2026-03-18 12:22:46 +01:00
Tomas Dvorak f3cc6ff1f3 update 2026-03-18 12:22:30 +01:00