Skip to content

Commit 4a72174

Browse files
committed
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.
1 parent c87aa80 commit 4a72174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can easily download the editor from the [Arduino Software page](https://www.
1717

1818
- **Windows** - Win 10 and newer, 64 bits
1919
- **Linux** - 64 bits
20-
- **Mac OS X** - Version 10.14: "Mojave" or newer, 64 bits
20+
- **Mac OS X** - Version 10.15: "Catalina" or newer, 64 bits
2121

2222
### The Arduino IDE 2
2323

0 commit comments

Comments
 (0)