From 1c00a315851e6a79431af858c8971df65c96a3bc Mon Sep 17 00:00:00 2001 From: Russell Standish Date: Thu, 12 Mar 2026 12:34:57 +1100 Subject: [PATCH] Correct macOS version reference for Intel builds Update MacRelease.md to reflect correct macOS version for Intel builds. --- githubdocs/MacRelease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubdocs/MacRelease.md b/githubdocs/MacRelease.md index 0e8776937..b57aca204 100644 --- a/githubdocs/MacRelease.md +++ b/githubdocs/MacRelease.md @@ -61,7 +61,7 @@ At the time of writing, Minsky requires Node 22, and npm 10: - sudo n install 22 - sudo npm install -g npm@10 - cd gui-js; npm install -- on Ventura (Intel builds) electron-builder needs to be 24.13.3 or older: +- on Big Sur (Intel builds) electron-builder needs to be 24.13.3 or older: `cd gui-js; npm install electron-builder@24.13.3` # compile Minsky