diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-19 14:14:32 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-19 14:14:32 +0100 |
commit | b3a8d41fa93574dd62db156f90b3f707f8afeff3 (patch) | |
tree | 23d8fa21bf240bb7ed850dbdd32428a21fbf268f | |
parent | 4d6c23216559eb48f9943bb49d6e475a6d64ba15 (diff) |
build baseline is macOS 12 and XCode 14 (macOS 13 for m1)
(and would also be macOS 13 for the intel builds if the old macMini
would be on the officially supported list)
Change-Id: I4205f30274bdd43d80d02d6cda863ec83bdda63e
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 1dda3212ea13..701ba9ca2d1f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ run and compile LibreOffice, also used by the TDF builds: * Build: Cygwin + Visual Studio 2019 version 16.10 * macOS: * Runtime: 10.15 - * Build: 11.0 + Xcode 12.5 + * Build: 12 (13 for aarch64) + Xcode 14 * Linux: * Runtime: RHEL 7 or CentOS 7 * Build: either GCC 7.0.0; or Clang 8.0.1 with libstdc++ 7.3.0 |