[geos-commits] [SCM] GEOS branch main updated. 7d945a82b70a10adbba35bbd71bfcbb5f4faa27b

git at osgeo.org git at osgeo.org
Tue Jun 2 08:52:49 PDT 2026


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  7d945a82b70a10adbba35bbd71bfcbb5f4faa27b (commit)
      from  21d41a72a198b2a470b73dc83c6adfbcceffcbeb (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 7d945a82b70a10adbba35bbd71bfcbb5f4faa27b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Jun 2 08:51:57 2026 -0700

    Remove ASAN from MacOS builds due to hanging
    We get lots of ASAN testing in Linux

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3fddde083..568c4d4bd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -427,11 +427,11 @@ jobs:
           runs_on: macos-14
         - xcode: "16.4"
           cxxstd: 23
-          build_type: ASAN
+          build_type: Debug
           runs_on: macos-15
         - xcode: "26.0"
           cxxstd: 23
-          build_type: ASAN
+          build_type: Release
           runs_on: macos-26
 
     runs-on: ${{ matrix.runs_on }}

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list