Update supported versions for macOS

We now support macOS 13, but drop support for macOS 10.15, as macOS
Catalina (10.15) has reached its end-of-life, and is no longer
supported with bug fixes or security updates by Apple.

Change-Id: Icc09f20f4289d089adb753e1866df21d8ae6fa19
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2022-11-25 11:33:53 +01:00
parent e5a44a6706
commit a5f5f8810c
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@
//! [macos] //! [macos]
\table 80% \table 80%
\header \li Target Platform \li Architecture \li Build Environment \header \li Target Platform \li Architecture \li Build Environment
\row \li \macos 10.15, 11, 12 \row \li \macos 11, 12, 13
\li \c x86_64, \c x86_64h, and \c arm64 \li \c x86_64, \c x86_64h, and \c arm64
\li Xcode 12 (\macos 11 SDK), Xcode 13 (\macos 12 SDK) \li Xcode 13 (\macos 12 SDK), Xcode 14 (\macos 13 SDK)
\endtable \endtable
//! [macos] //! [macos]