On 2024/07/01 20:43, Peter Maydell wrote:
On Sat, 29 Jun 2024 at 07:26, Akihiko Odaki <akihiko.od...@daynix.com> wrote:
macOS versions older than 12.0 are no longer supported.
docs/about/build-platforms.rst says:
Support for the previous major version will be dropped 2 years after
the new major version is released or when the vendor itself drops
support, whichever comes first.
macOS 12.0 was released 2021:
https://www.apple.com/newsroom/2021/10/macos-monterey-is-now-available/
Further, we have already dropped support for macos < 12
in the ui/cocoa.m code in commit 2d27c91e2b72ac.
For the whole series:
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com>
PS: you don't need to put a signed-off-by line on the cover
letter, only in the individual patches.
I have been using b4 (https://b4.docs.kernel.org/en/latest/) these days
and it automatically appends Signed-off-by to the cover letter.
Regards,
Akihiko Odaki