From a147130fcd38d958edafd12d2e2be9081789457c Mon Sep 17 00:00:00 2001 From: Fahad Bin Hussain Date: Fri, 15 May 2026 11:35:00 +0600 Subject: [PATCH] doc: clarify SEA support on Intel macOS --- doc/api/single-executable-applications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index 7480a87d43a556..891a6845574b3f 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -630,8 +630,8 @@ Single-executable support is tested regularly on CI only on the following platforms: * Windows -* macOS (arm64 only; x64 is not currently supported and is skipped in the - tests) +* macOS (arm64 only; x64 (Intel) is not currently supported and is skipped in + the tests) * Linux (all distributions [supported by Node.js][] except Alpine and all architectures [supported by Node.js][] except s390x)