ci: native Intel/Apple Silicon macOS builds + AU/GUI validation; bump v0.1.3 - #6
Merged
Conversation
Split the macOS release job into a matrix targeting native runners: macos-13 (x86_64 / Intel) and macos-14 (arm64 / Apple Silicon), each setting CMAKE_OSX_ARCHITECTURES to its arch. Artifacts and install notes are suffixed with the arch label so the two legs do not collide. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
GitHub's free macos-13 (Intel) runners are scarce and the Intel job sat queued indefinitely. Run both matrix legs on macos-14 instead and let the Intel leg cross-compile x86_64 via CMAKE_OSX_ARCHITECTURES, which the macOS SDK supports. Still produces separate Intel and ARM artifacts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Builds separate Intel and Apple Silicon macOS artifacts and adds AU + GUI validation so macOS load/GUI failures are caught in CI without a Mac on hand. Mirrors the borato-224 validation approach.
macOS build matrix (native runners, no Rosetta)
macos-15→ arm64 (deployment target 11.0)macos-15-intel→ x86_64 (deployment target 10.15)Validation (hard gate on both arches)
.component(auval on recent macOS rejects unsigned units; the zipped artifact is the same signed bundle).auval -v aufx Pico BoCoafter clearing quarantine + the AudioUnit cache.pluginval --strictness-level 5opens/closes the editor and sweeps parameters for AU and VST3 — exercises the JUCE WebView UI to surface a GUI that fails to load on macOS.Release
JUCE_PRODUCT_VERSION, so the in-UI version follows automatically).🤖 Generated with Claude Code