Skip to content

Commit

Permalink
darwin: bump minimum supported version to 10.15 (#3406)
Browse files Browse the repository at this point in the history
We can't realistically claim to support 10.7 or any version that Apple
no longer supports so let's bump the baseline to something more
realistic.

Refs: #482
Refs: #3405
  • Loading branch information
bnoordhuis authored Feb 8, 2022
1 parent 038086d commit de24da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUPPORTED_PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| System | Support type | Supported versions | Notes |
|---|---|---|---|
| GNU/Linux | Tier 1 | Linux >= 2.6.32 with glibc >= 2.12 | |
| macOS | Tier 1 | macOS >= 10.7 | |
| macOS | Tier 1 | macOS >= 10.15 | Current and previous macOS release |
| Windows | Tier 1 | >= Windows 8 | VS 2015 and later are supported |
| FreeBSD | Tier 1 | >= 10 | |
| AIX | Tier 2 | >= 6 | Maintainers: @libuv/aix |
Expand Down

0 comments on commit de24da8

Please sign in to comment.