diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-12-14 11:46:55 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-12-14 15:22:52 +0000 |
commit | c7b93e2687af1bf26b0843e3d815effd129752f6 (patch) | |
tree | 6b0ee99cd25e38679fc7c137be868478f466021a /README.md | |
parent | a2ceb003eff5a886638758a96834466e750cf314 (diff) |
Bump minimum macOS to 10.15
This gives us support for filesystem library
(after GCC is bumped to >7)
Change-Id: I5e497ee818de883e63e1288acfc400ebadf0cdec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144156
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index bd1528f321ee..1dda3212ea13 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ run and compile LibreOffice, also used by the TDF builds: * Runtime: Windows 7 * Build: Cygwin + Visual Studio 2019 version 16.10 * macOS: - * Runtime: 10.14 + * Runtime: 10.15 * Build: 11.0 + Xcode 12.5 * Linux: * Runtime: RHEL 7 or CentOS 7 |