From 01d1938fea1eb47c0d0ab654e571b1466b7d8d4a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 29 Jun 2024 10:34:41 +0200 Subject: [PATCH] git: Update macOS version requirement in readme #1647 --- .github/workflows/build.yml | 1 - README.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99771e40c2222..c49553d5d67d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,6 @@ jobs: - name: ⬇️ Install dependencies run: | - set -x brew reinstall python || brew link --overwrite python || true brew bundle --no-lock --file dist/Brewfile rm -rf /usr/local/Cellar/capstone diff --git a/README.md b/README.md index c89ede22545f1..66270376d2d8c 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,8 @@ To use ImHex, the following minimal system requirements need to be met. - **OS**: - **Windows**: Windows 7 or higher (Windows 10/11 recommended) - - **macOS**: macOS 11 (Big Sur) or higher, + - **macOS**: macOS 12.1 (Monterey) or higher, + - Lower versions are supported, but you'll need to compile ImHex yourself - **Linux**: "Modern" Linux. The following distributions have official releases available. Other distros are supported through the AppImage and Flatpak releases. - Ubuntu 22.04/23.04 - Fedora 36/37