[geos-commits] [SCM] GEOS branch 3.12 updated. 5b6bd8e5483ea23937b6bded95899166b79c3b75

git at osgeo.org git at osgeo.org
Thu Oct 2 10:13:23 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, 3.12 has been updated
       via  5b6bd8e5483ea23937b6bded95899166b79c3b75 (commit)
      from  7172d20d992f6344c1dd3297c65dddd72d6df505 (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 5b6bd8e5483ea23937b6bded95899166b79c3b75
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 2 10:12:52 2025 -0700

    Remove deprecated macos-13 runner

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a57616746..4408f33a7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -321,22 +321,14 @@ jobs:
     strategy:
       matrix:
         include:
-#        - xcode: 13.2.1
-#          cxxstd: 14
-#          build_type: ASAN
-#          runs_on: macos-12
-        - xcode: 14.3.1 
-          cxxstd: 17
-          build_type: ASAN
-          runs_on: macos-13
         - xcode: 15.4
           cxxstd: 20
           build_type: Release
-          runs_on: macOS-14
-        - xcode: 16.0
+          runs_on: macos-14
+        - xcode: 16.4
           cxxstd: 20
           build_type: Release
-          runs_on: macOS-15
+          runs_on: macos-15
 
     runs-on: ${{ matrix.runs_on }}
     steps:

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list