From 8e39205aa309150d11834906cbb5a0749f0775cc Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 28 Feb 2024 04:44:58 -0800 Subject: [PATCH 1/2] Correct minimum macOS version for Arduino IDE 2.x Compatibility with macOS Mojave was lost in Arduino IDE 2.3.0. The minimum compatible macOS version is now Catalina. The minimum requirements information in the installation tutorial must be updated to reflect this change. --- .../ide-v2-downloading-and-installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md index 25010febcb..62d9efb0ff 100644 --- a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md +++ b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md @@ -17,7 +17,7 @@ You can easily download the editor from the [Arduino Software page](https://www. - **Windows** - Win 10 and newer, 64 bits - **Linux** - 64 bits -- **Mac OS X** - Version 10.14: "Mojave" or newer, 64 bits +- **Mac OS X** - Version 10.15: "Catalina" or newer, 64 bits ### The Arduino IDE 2 From fdf82d55e7fe51f156b565cfd3a6f2b2bb0b3235 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 28 Feb 2024 05:02:22 -0800 Subject: [PATCH 2/2] Use correct macOS operating system name Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> --- .../ide-v2-downloading-and-installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md index 62d9efb0ff..c8dbd5f07d 100644 --- a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md +++ b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md @@ -17,7 +17,7 @@ You can easily download the editor from the [Arduino Software page](https://www. - **Windows** - Win 10 and newer, 64 bits - **Linux** - 64 bits -- **Mac OS X** - Version 10.15: "Catalina" or newer, 64 bits +- **macOS** - Version 10.15: "Catalina" or newer, 64 bits ### The Arduino IDE 2