[geos-commits] [SCM] GEOS branch 3.10 updated. 9492d65d0d8c1e8ce5826a4b43cd5b35954139b7

git at osgeo.org git at osgeo.org
Fri Feb 21 15:59:40 PST 2025


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  9492d65d0d8c1e8ce5826a4b43cd5b35954139b7 (commit)
      from  9bce2b07eb80a8de3d2d763a91b9af40d50dc36d (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 9492d65d0d8c1e8ce5826a4b43cd5b35954139b7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Feb 21 15:59:04 2025 -0800

    CI fix

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b58f80572..b0723a577 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,15 +31,6 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'g++',
-          cmake: 3.15.*,
-          os: ubuntu-latest
-        }
-        - {
-          compiler: clang++,
-          build_type: Release,
-          cxxstd: 11,
-          arch: 64,
-          packages: 'clang',
           cmake: 3.17.*,
           os: ubuntu-latest
         }
@@ -53,6 +44,15 @@ jobs:
           cmake_extra: '-DDISABLE_GEOS_INLINE=ON',
           os: ubuntu-latest
         }
+        - {
+          compiler: clang++,
+          build_type: Debug,
+          cxxstd: 11,
+          arch: 64,
+          packages: 'clang',
+          cmake: 3.15.*,
+          os: ubuntu-latest
+        }
 
     runs-on: ${{ matrix.ci.os }}
     steps:

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list