[geos-commits] [SCM] GEOS branch main updated. ac5c4918a6cf81195e7206fd01f95c1c59824c3a

git at osgeo.org git at osgeo.org
Sun Oct 31 12:18:29 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  ac5c4918a6cf81195e7206fd01f95c1c59824c3a (commit)
      from  b0a16b5a671c95b38af68f82b4f0cbb97b5655b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac5c4918a6cf81195e7206fd01f95c1c59824c3a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 12:18:25 2021 -0700

    bump xcode versions

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 8f1fd86dc..d5df96354 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -199,18 +199,18 @@ stages:
       vmImage: 'macOS-latest'
     strategy:
       matrix:
+        Xcode 12.4:
+          TOOLSET: clang
+          CXXSTD: 11, 14, 20
+          XCODE_APP: /Applications/Xcode_12.4.app
         Xcode 11.7:
           TOOLSET: clang
           CXXSTD: 11, 17
           XCODE_APP: /Applications/Xcode_11.7.app
-        Xcode 12.4:
-          TOOLSET: clang
-          CXXSTD: 11, 14
-          XCODE_APP: /Applications/Xcode_12.4.app
-        Xcode 10.3:
+        Xcode 10.2.1:
           TOOLSET: clang
           CXXSTD: 11
-          XCODE_APP: /Applications/Xcode_10.3.app
+          XCODE_APP: /Applications/Xcode_10.2.1.app
     steps:
     - script: |
         set -e

-----------------------------------------------------------------------

Summary of changes:
 .azure-pipelines.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list