[geos-commits] [SCM] GEOS branch 3.9 updated. 06121058980f129c4171a731e3b4a5f59816492e

git at osgeo.org git at osgeo.org
Fri Apr 28 10:44:03 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.9 has been updated
       via  06121058980f129c4171a731e3b4a5f59816492e (commit)
      from  1dc4507cd77561b2679b690600da4c9dac82b2d5 (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 06121058980f129c4171a731e3b4a5f59816492e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 10:35:58 2023 -0700

    Bump to latest ubuntu

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 32ed5064c..d1797bb5d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'g++ cmake doxygen',
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
         - {
           compiler: g++,
@@ -30,23 +30,23 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'g++ automake doxygen git2cl',
-          os: ubuntu-18.04
-        }
-        - {
-          compiler: g++,
-          build: autotools,
-          cxxstd: 11,
-          arch: 32,
-          packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib doxygen automake git2cl',
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
+        # - {
+        #   compiler: g++,
+        #   build: autotools,
+        #   cxxstd: 11,
+        #   arch: 32,
+        #   packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib doxygen automake git2cl',
+        #   os: ubuntu-18.04
+        # }
         - {
           compiler: clang++,
           build: cmake,
           cxxstd: 11,
           arch: 64,
           packages: 'clang cmake doxygen',
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
         - {
           compiler: g++,
@@ -54,7 +54,7 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'g++ cmake doxygen',
-          os: ubuntu-20.04
+          os: ubuntu-latest
         }
         - {
           compiler: clang++,
@@ -62,7 +62,7 @@ jobs:
           cxxstd: 14,
           arch: 64,
           packages: 'clang cmake doxygen',
-          os: ubuntu-20.04
+          os: ubuntu-latest
         }
 
 

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

Summary of changes:
 .github/workflows/ci.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list