diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-01-13 16:54:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-02-24 17:25:10 +0100 |
commit | 3469f6976c9435d1235315439e95beb9494bd8eb (patch) | |
tree | 3cf476885a6b1a1fca85d0839881136f4580efc2 /README.md | |
parent | 81b88be38651ae871f68f6a0425da56a12494ae2 (diff) |
Bump macOS build baseline to Xcode 12.5 and macOS 11.0
...as announced at
<https://lists.freedesktop.org/archives/libreoffice/2022-January/088320.html>
"Bump macOS build baseline to Xcode 12.5 and macOS 11.0 [was:
std::optional::value]". (The immediate benefit is that std::optional::value can
now be used and no longer triggers bogus "'value' is unavailable: introduced in
macOS 10.14" errors depending on which version of Xcode is being used; see
<https://lists.freedesktop.org/archives/libreoffice/2022-January/088314.html>
"std::optional::value" for details.)
Change-Id: I819d8dfebabefc22c6af275154df0ff52ca77f5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128384
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 5679f779be46..31383800dc10 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.5 * macOS: * Runtime: 10.13 - * Build: 10.14.4 + Xcode 11.3 + * Build: 11.0 + Xcode 12.5 * Linux: * Runtime: RHEL 7 or CentOS 7 * Build: either GCC 7.0.0; or Clang 8.0.1 with libstdc++ 7.3.0 |