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

git at osgeo.org git at osgeo.org
Thu Oct 2 10:18:25 PDT 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  db9a00da18c3ac6451a4d8bce3195fc8ab06d54f (commit)
      from  936f621c4e84499f5c3b0b8c4bb222b29273a51d (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 db9a00da18c3ac6451a4d8bce3195fc8ab06d54f
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 2 10:18:02 2025 -0700

    Add macos-26 runner

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 113f55e61..2846d20d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -429,6 +429,10 @@ jobs:
           cxxstd: 23
           build_type: ASAN
           runs_on: macos-15
+        - xcode: 26.0
+          cxxstd: 23
+          build_type: ASAN
+          runs_on: macos-26
 
     runs-on: ${{ matrix.runs_on }}
     steps:

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list