[geos-commits] [SCM] GEOS branch 3.8 updated. 9ff1dd20d79d0c23cb69378d13d7e8f5ec35d323

git at osgeo.org git at osgeo.org
Fri Apr 28 10:43:56 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.8 has been updated
       via  9ff1dd20d79d0c23cb69378d13d7e8f5ec35d323 (commit)
      from  ccb2f0fb0a92c42a0a9f44bbb83703fd7f08ebd7 (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 9ff1dd20d79d0c23cb69378d13d7e8f5ec35d323
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 10:42:24 2023 -0700

    Bump GHA versions

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 59837a385..6ae139ece 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