[geos-commits] [SCM] GEOS branch main updated. be7330861f6d0d7a029e80a135634c81afd705ef

git at osgeo.org git at osgeo.org
Wed Dec 10 15:05:06 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, main has been updated
       via  be7330861f6d0d7a029e80a135634c81afd705ef (commit)
      from  f175f9af82fd0c4ab2d913205ff8480b7a12a055 (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 be7330861f6d0d7a029e80a135634c81afd705ef
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Dec 10 15:04:43 2025 -0800

    Add CI support for Clang 19

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6a68e6351..729951169 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -99,15 +99,6 @@ jobs:
           # clang 10 and lower are not supported
           # in ubuntu 22.04 and higher
 
-        - cxx_compiler: clang++-11
-          c_compiler: clang-11
-          build_type: Debug
-          cxxstd: 14
-          arch: 64
-          packages: 'clang-11'
-          cmake: 3.15.*
-          os: ubuntu-22.04
-
         - cxx_compiler: clang++-12
           c_compiler: clang-12
           build_type: ASAN
@@ -174,6 +165,15 @@ jobs:
           cmake: 3.30.*
           os: ubuntu-24.04
 
+        - cxx_compiler: clang++-19
+          c_compiler: clang-19
+          build_type: Debug
+          cxxstd: 20
+          arch: 64
+          packages: 'clang-19'
+          cmake: 3.30.*
+          os: ubuntu-24.04
+
 
     runs-on: ${{ matrix.ci.os }}
     steps:

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list