Skip to content

[macOS] Bump minimum macOS support to 10.14 #8366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Flutter supports the following platforms as part of Google-tested and best-effor
|Android | API 16 (Android 4.1) & above | All |
|iOS | iOS 11 & above | All |
|Linux | Debian, 64-bit | All |
|macOS | El Capitan (10.11) & above | All |
|macOS | Mojave (10.14) & above | All |
|Web | Chrome 84 & above | All |
|Web | Firefox 72.0 & above | All |
|Web | Safari on El Capitan & above | All |
Expand Down Expand Up @@ -76,16 +76,13 @@ and stable channels.
|Linux |Debian 9 & below |
|Linux |Ubuntu 20.04 |
|Linux |Ubuntu 22.04 (Aspirational Google-tested platform) |
|macOS |El Capitan (10.11) - Big Sur (11)* |
|macOS |Mojave (10.14) - Big Sur (11) |
|Windows |Windows 11 (Aspirational Google-tested platform) |
|Windows |Windows 8 |
|Windows |Windows 7 |
{:.table.table-striped}
</div>

\* Flutter 3.3 is the last stable release with macOS 10.11 through 10.13
best-effort support.

### Unsupported platforms

<div class="table-wrapper" markdown="1">
Expand All @@ -94,7 +91,7 @@ best-effort support.
|Android |Android SDK 15 & below |
|iOS |[iOS 10 & below and `arm7v` 32-bit iOS][] |
|Linux |Any 32-bit platform |
|macOS |Yosemite (10.10) & below |
|macOS |High Sierra (10.13) & below |
|Windows |Windows Vista & below |
|Windows |Any 32-bit platform |
{:.table.table-striped}
Expand Down