[geos-commits] [SCM] GEOS branch 3.8 updated. d8551643ca96a74fed037f6279b0ebac23b4b1fd

git at osgeo.org git at osgeo.org
Sun Oct 31 11:20:51 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, 3.8 has been updated
       via  d8551643ca96a74fed037f6279b0ebac23b4b1fd (commit)
      from  15c986b33cadf4c1c2c1d1f5f1c503af5365f1ff (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 d8551643ca96a74fed037f6279b0ebac23b4b1fd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 11:20:47 2021 -0700

    azure pipelines harmonize xcode with os

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 7dc4c45b9..a6d68baa0 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -175,19 +175,18 @@ stages:
       vmImage: 'macOS-10.15'
     strategy:
       matrix:
-        Xcode 10.1:
+        Xcode 11.7:
           TOOLSET: clang
           CXXSTD: 14, 17
-          XCODE_APP: /Applications/Xcode_10.1.app
-        Xcode 10.0:
+          XCODE_APP: /Applications/Xcode_11.7.app
+        Xcode 12.4:
+          TOOLSET: clang
           CXXSTD: 14, 17
-          XCODE_APP: /Applications/Xcode_10.app
-        Xcode 9.4.1:
-          CXXSTD: 11, 14, 17
-          XCODE_APP: /Applications/Xcode_9.4.1.app
-        Xcode 9.4:
+          XCODE_APP: /Applications/Xcode_12.4.app
+        Xcode 10.3:
+          TOOLSET: clang
           CXXSTD: 11, 14, 17
-          XCODE_APP: /Applications/Xcode_9.4.app
+          XCODE_APP: /Applications/Xcode_10.3.app
     steps:
     - script: |
         set -e

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

Summary of changes:
 .azure-pipelines.yml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list