version-release.yml's portable matrix is linux-only (linux-amd64, linux-arm64). ci-main.yml runs macos-15 for build and test, but publishes no macOS artifact — so a tagged release has nothing for macOS users.
moxygen already produces a macOS arm64 tarball, so the pieces exist on the dependency side.
Scope: add a macos-arm64 entry to the portable matrix in version-release.yml and upload it with the others. Open question: RelWithDebInfo (matching moxygen's macOS build) or Release to match the linux tarballs.
Split out of #565.
version-release.yml's portable matrix is linux-only (linux-amd64,linux-arm64).ci-main.ymlrunsmacos-15for build and test, but publishes no macOS artifact — so a tagged release has nothing for macOS users.moxygen already produces a macOS arm64 tarball, so the pieces exist on the dependency side.
Scope: add a
macos-arm64entry to the portable matrix inversion-release.ymland upload it with the others. Open question:RelWithDebInfo(matching moxygen's macOS build) orReleaseto match the linux tarballs.Split out of #565.