[geos-commits] [SCM] GEOS branch 3.12 updated. a18dca8c8e9b02b163b88f34c9ccb02418bebdda

git at osgeo.org git at osgeo.org
Tue Jun 17 09:36:12 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  a18dca8c8e9b02b163b88f34c9ccb02418bebdda (commit)
       via  30c8b972a72617365fbbef3fc034bfeabfcfbd7b (commit)
       via  580d1cc519cc76b8e577ab8e9ab6e0e27c9cf028 (commit)
      from  00f58ef16b97cee425bf8e08f386723aa4165a23 (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 a18dca8c8e9b02b163b88f34c9ccb02418bebdda
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Jun 16 16:58:34 2025 -0700

    Deprecate Windows 2019 in GHA

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 00ee0a89b..a57616746 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -218,8 +218,8 @@ jobs:
       shell: bash
 
   windows-mingw:
-    name: 'Windows (mingw-w64, x86_64, windows-2019)'
-    runs-on: windows-2019
+    name: 'Windows (mingw-w64, x86_64, windows-2022)'
+    runs-on: windows-2022
     defaults:
       run:
         shell: msys2 {0}
@@ -274,12 +274,12 @@ jobs:
       matrix:
         ci:
           - build_type: Debug
-            cxxstd: 14
-            os: windows-2022
+            cxxstd: 20
+            os: windows-2025
 
           - build_type: Release
             cxxstd: 14
-            os: windows-2019
+            os: windows-2022
 
     runs-on: ${{ matrix.ci.os }}
     steps:

commit 30c8b972a72617365fbbef3fc034bfeabfcfbd7b
Merge: 580d1cc51 00f58ef16
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Jun 16 16:57:33 2025 -0700

    Merge branch '3.12' of github.com:libgeos/geos into 3.12


commit 580d1cc519cc76b8e577ab8e9ab6e0e27c9cf028
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Mar 14 14:38:04 2025 -0700

    Bump version for dev

diff --git a/Version.txt b/Version.txt
index 9d0d4d3db..63a5ff958 100644
--- a/Version.txt
+++ b/Version.txt
@@ -2,10 +2,10 @@
 # GEOS Versions
 GEOS_VERSION_MAJOR=3
 GEOS_VERSION_MINOR=12
-GEOS_VERSION_PATCH=3
+GEOS_VERSION_PATCH=4
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=
+GEOS_PATCH_WORD=dev
 
 # GEOS CAPI Versions
 #

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

Summary of changes:
 .github/workflows/ci.yml | 10 +++++-----
 Version.txt              |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list