From 866e012730e341fb210d527d731bdd8908e33844 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Wed, 28 Aug 2024 15:22:26 +1000 Subject: [PATCH] feat: update apple silicon min version is macos 14 this is due to the gh actions requirements for arm64 builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b78362283..f7ad9a9a1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please search for any [existing issues](https://github.com/oxen-io/session-deskt ## Supported platforms -Session requires Windows 10 or later, macOS Monterey (12) or later, or a linux distribution with glibc 2.28 or later like Debian 10 or Ubuntu 20.04. +Session requires Windows 10 or later, macOS Monterey (12) or later (Intel) or macOS Big Sur (14) or later (Apple Silicon), or a Linux distribution with glibc 2.28 or later like Debian 10 or Ubuntu 20.04. ## Build instruction