cmux/.github/workflows
Lawrence Chen 699db2a9ed
Fix menubar lag on M1 Macs by using universal xcframework target (#93)
Remove -Dxcframework-target=native from CI and release workflows,
defaulting to universal (matching upstream ghostty). The native target
produces a macos-arm64 xcframework slice that causes Xcode to link the
final binary differently (~70KB more __text), resulting in menubar and
right-click lag on M1 Max. The arm64 static libraries are byte-for-byte
identical between native and universal builds - the difference is purely
in how Xcode resolves the xcframework slice.
2026-02-18 22:09:13 -08:00
..
ci.yml Fix menubar lag on M1 Macs by using universal xcframework target (#93) 2026-02-18 22:09:13 -08:00
nightly.yml Fix menubar lag in production builds caused by hardened runtime 2026-02-16 03:26:33 -08:00
release.yml Fix menubar lag on M1 Macs by using universal xcframework target (#93) 2026-02-18 22:09:13 -08:00
update-homebrew.yml Fix frozen terminals after split churn (#12) 2026-02-13 16:45:31 -08:00