[geos-commits] [SCM] GEOS branch 3.11 updated. 1009ff5c8c2337c5b1eac2d84d175d45346fbb34

git at osgeo.org git at osgeo.org
Sat May 20 05:03:58 PDT 2023


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.11 has been updated
       via  1009ff5c8c2337c5b1eac2d84d175d45346fbb34 (commit)
      from  ab0fd3ba6ca59fa73fcacd0af5ca100a1bccf9c0 (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 1009ff5c8c2337c5b1eac2d84d175d45346fbb34
Author: Mike Taves <mwtoews at gmail.com>
Date:   Sat May 20 23:37:29 2023 +1200

    CI: disable/change removed runner images ubuntu-18.04 and macOS-10.15

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 9693e6f9a..fbe6ed8f5 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -67,24 +67,24 @@ stages:
           PACKAGES: g++-7
           VM_IMAGE: ubuntu-20.04
           VM_NAME: focal
-        GCC 6:
-          CXXSTD: 11
-          CXX: g++-6
-          PACKAGES: g++-6
-          VM_IMAGE: ubuntu-18.04
-          VM_NAME: focal
-        GCC 5:
-          CXXSTD: 11
-          CXX: g++-5
-          PACKAGES: g++-5
-          VM_IMAGE: ubuntu-18.04
-          VM_NAME: focal
-        GCC 4.8:
-          CXXSTD: 11
-          CXX: g++-4.8
-          PACKAGES: g++-4.8
-          VM_IMAGE: ubuntu-18.04
-          VM_NAME: focal
+        # GCC 6:
+        #   CXXSTD: 11
+        #   CXX: g++-6
+        #   PACKAGES: g++-6
+        #   VM_IMAGE: ubuntu-18.04
+        #   VM_NAME: focal
+        # GCC 5:
+        #   CXXSTD: 11
+        #   CXX: g++-5
+        #   PACKAGES: g++-5
+        #   VM_IMAGE: ubuntu-18.04
+        #   VM_NAME: focal
+        # GCC 4.8:
+        #   CXXSTD: 11
+        #   CXX: g++-4.8
+        #   PACKAGES: g++-4.8
+        #   VM_IMAGE: ubuntu-18.04
+        #   VM_NAME: focal
         Clang 12:
           CXXSTD: 11, 20
           CXX: clang++-12
@@ -113,20 +113,20 @@ stages:
           LLVM_REPO: llvm-toolchain-focal-9
           VM_IMAGE: ubuntu-20.04
           VM_NAME: focal
-        Clang 8:
-          CXXSTD: 11
-          CXX: clang++-8
-          PACKAGES: clang-8
-          LLVM_REPO: llvm-toolchain-bionic-8
-          VM_IMAGE: ubuntu-18.04
-          VM_NAME: bionic
-        Clang 7:
-          CXXSTD: 11
-          CXX: clang++-7
-          PACKAGES: clang-7
-          LLVM_REPO: llvm-toolchain-bionic-7
-          VM_IMAGE: ubuntu-18.04
-          VM_NAME: bionic
+        # Clang 8:
+        #   CXXSTD: 11
+        #   CXX: clang++-8
+        #   PACKAGES: clang-8
+        #   LLVM_REPO: llvm-toolchain-bionic-8
+        #   VM_IMAGE: ubuntu-18.04
+        #   VM_NAME: bionic
+        # Clang 7:
+        #   CXXSTD: 11
+        #   CXX: clang++-7
+        #   PACKAGES: clang-7
+        #   LLVM_REPO: llvm-toolchain-bionic-7
+        #   VM_IMAGE: ubuntu-18.04
+        #   VM_NAME: bionic
         # Clang 6:
         #   CXXSTD: 11
         #   CXX: clang++-6.0
@@ -242,10 +242,10 @@ stages:
 
   - job: 'macOS'
     pool:
-      vmImage: 'macOS-10.15'
+      vmImage: 'macOS-11'
     strategy:
       matrix:
-        # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
+        # https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#xcode
         Xcode 12.4:
           TOOLSET: clang
           CXXSTD: 11, 14, 20
@@ -254,10 +254,10 @@ stages:
           TOOLSET: clang
           CXXSTD: 11, 17
           XCODE_APP: /Applications/Xcode_11.7.app
-        Xcode 10.3:
-          TOOLSET: clang
-          CXXSTD: 11
-          XCODE_APP: /Applications/Xcode_10.3.app
+        # Xcode 10.3:
+        #   TOOLSET: clang
+        #   CXXSTD: 11
+        #   XCODE_APP: /Applications/Xcode_10.3.app
     steps:
     - script: |
         set -e

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list