[geos-commits] [SCM] GEOS branch 3.10 updated. a3e863da45608b8a3ae62224fcec99b27f57cf48

git at osgeo.org git at osgeo.org
Sat May 20 05:03:50 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.10 has been updated
       via  a3e863da45608b8a3ae62224fcec99b27f57cf48 (commit)
      from  02c026a103e8a292c04bb9eb77cc17fada6e8b95 (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 a3e863da45608b8a3ae62224fcec99b27f57cf48
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 c50955971..38060975a 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -61,24 +61,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
@@ -107,20 +107,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
@@ -228,10 +228,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
@@ -240,10 +240,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