From a6a4322e82aaaa792fee6bbdfdf97913cd0a7828 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 18 May 2026 12:22:04 +0200 Subject: [PATCH] docs: update macos min version closes: - #2786 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 412dfdb8..9dfae9e8 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ The builds are run every day, but exit early if there isn't a new release from M The minimal version is limited by the core component Electron, you may want to check its [platform prerequisites](https://www.electronjs.org/docs/latest/development/build-instructions-gn#platform-prerequisites). -- [x] macOS (`zip`, `dmg`) macOS 10.15 or newer x64 -- [x] macOS (`zip`, `dmg`) macOS 11.0 or newer arm64 +- [x] macOS (`zip`, `dmg`) macOS 12 or newer x64 +- [x] macOS (`zip`, `dmg`) macOS 12 or newer arm64 - [x] GNU/Linux x64 (`deb`, `rpm`, `AppImage`, `snap`, `tar.gz`) - [x] GNU/Linux arm64 (`deb`, `rpm`, `snap`, `tar.gz`) - [x] GNU/Linux armhf (`deb`, `rpm`, `tar.gz`)