[geos-commits] [SCM] GEOS branch main updated. 625c16283e6d96be099e14fb8f8c2c5827558c04

git at osgeo.org git at osgeo.org
Sun Oct 31 14:35:06 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  625c16283e6d96be099e14fb8f8c2c5827558c04 (commit)
      from  c969c3edb99f8e3e11bfd87943b47f495a2d65c9 (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 625c16283e6d96be099e14fb8f8c2c5827558c04
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 14:35:02 2021 -0700

    fix focal refs

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 5dc871569..a8958cbc6 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -112,7 +112,7 @@ stages:
         sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
         if test -n "${LLVM_REPO}" ; then
           wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
-          sudo -E apt-add-repository "deb http://apt.llvm.org/bionic/ ${LLVM_REPO} main"
+          sudo -E apt-add-repository "deb http://apt.llvm.org/focal/ ${LLVM_REPO} main"
         fi
         sudo -E apt-get update
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install cmake ${PACKAGES}
@@ -162,7 +162,7 @@ stages:
     strategy:
       matrix:
         VS 2022 C++20:
-          TOOLSET: msvc-14.3
+          TOOLSET: msvc-14.2
           CXXSTD: 20
           VM_IMAGE: 'windows-2022'
         VS 2019 C++20:
@@ -196,7 +196,7 @@ stages:
 
   - job: 'macOS'
     pool:
-      vmImage: 'macOS-latest'
+      vmImage: 'macOS-10.15'
     strategy:
       matrix:
         # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list