configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e926a6e2af9bbada289fb7502d5ac1022c2d6f1b
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Sep 8 15:14:08 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Sun Nov 15 10:43:34 2020 +0100

    The current macOS beta for Apple Silicon is 11.0
    
    Change-Id: I79a62c680bdf1b8d0e982fa0d30f019a9a57f666
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102251
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105882
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/configure.ac b/configure.ac
index dfe2475f2c7b..39605d0b0020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2902,7 +2902,7 @@ if test $_os = Darwin; then
         if test "$host_cpu" = x86_64; then
             with_macosx_version_min_required="10.10";
         else
-            with_macosx_version_min_required="10.16";
+            with_macosx_version_min_required="11.0";
         fi
     fi
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to