Skip to content

fix(sea): drop Intel macOS from the release matrix - #31

Merged
Mearman merged 1 commit into
mainfrom
fix/drop-macos-intel-sea
Sep 13, 2026
Merged

Mearman merged 1 commit into
mainfrom
fix/drop-macos-intel-sea

Conversation

@Mearman

@Mearman Mearman commented Sep 13, 2026

Copy link
Copy Markdown
Member

sea (macos-26-intel) has failed on every release since it started getting a runner. The real cause (confirmed with diagnostics in #30): the packaged binary SIGSEGVs within a second of starting, every time. Node's own SEA docs state plainly, under Platform Support, "macOS (arm64 only; x64 is not currently supported and is skipped in the tests)" — nodejs/node#62893 tracks the identical crash upstream, unresolved. This is a gap in Node's own SEA feature, not something fixable here. cc-peer's regular npm package already works fine on Intel macOS (verify-macos (macos-26-intel) proves it); only the standalone SEA executable can't be built for that platform, so only the sea job drops it.

…de SEA platform

A real macos-26-intel runner confirmed the packaged binary SIGSEGVs
within a second of starting, every time. Node's own SEA docs state
plainly, under Platform Support, "macOS (arm64 only; x64 is not
currently supported and is skipped in the tests)" — nodejs/node#62893
tracks the identical crash upstream, unresolved. This is a genuine
gap in Node's own SEA feature for that platform, not something fixable
in this repository, unlike the earlier native-Windows named-pipe work,
which had a real fix available. cc-peer's regular npm package (and
npx cc-peer) already works fine on Intel macOS — verify-macos
(macos-26-intel) runs the real, unbundled module there — only the
standalone SEA executable can't be built for it, so that job keeps
the platform while sea drops it. README updated to state this
precisely rather than claim every platform pair ships a binary.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-13T14:27:28.606889Z 4b1142e PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman
Mearman merged commit 9cccdde into main Sep 13, 2026
8 checks passed
@Mearman
Mearman deleted the fix/drop-macos-intel-sea branch September 13, 2026 14:32
@exaclaude

exaclaude Bot commented Sep 13, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.2.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@exaclaude exaclaude Bot added the released label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant