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

git at osgeo.org git at osgeo.org
Sun Oct 31 12:44:45 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  c969c3edb99f8e3e11bfd87943b47f495a2d65c9 (commit)
      from  bc2b99b424d75787dfcc99438c2b5ead2fc4757c (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 c969c3edb99f8e3e11bfd87943b47f495a2d65c9
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 12:44:40 2021 -0700

    match xcode to os

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index f756b5af5..5dc871569 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -199,6 +199,7 @@ stages:
       vmImage: 'macOS-latest'
     strategy:
       matrix:
+        # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
         Xcode 12.4:
           TOOLSET: clang
           CXXSTD: 11, 14, 20
@@ -207,10 +208,10 @@ stages:
           TOOLSET: clang
           CXXSTD: 11, 17
           XCODE_APP: /Applications/Xcode_11.7.app
-        Xcode 10.2.1:
+        Xcode 10.3:
           TOOLSET: clang
           CXXSTD: 11
-          XCODE_APP: /Applications/Xcode_10.2.1.app
+          XCODE_APP: /Applications/Xcode_10.3.app
     steps:
     - script: |
         set -e

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

Summary of changes:
 .azure-pipelines.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list