[geos-commits] [SCM] GEOS branch 3.13 updated. c0c2d29258776edfc2f058b7b7431d29c6ddd660
    git at osgeo.org 
    git at osgeo.org
       
    Tue Jun 17 11:53:31 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.13 has been updated
       via  c0c2d29258776edfc2f058b7b7431d29c6ddd660 (commit)
      from  ae29bb515788dbbb3a29e9cac5642fa9b856ad0a (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 c0c2d29258776edfc2f058b7b7431d29c6ddd660
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Jun 17 11:53:03 2025 -0700
    Deprecate windows-2019 in GHA
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d29266e4a..96d1ba3bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -217,8 +217,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}
@@ -309,12 +309,12 @@ jobs:
       fail-fast: false
       matrix:
         ci:
-        - os: windows-2019
-          cxxstd: 14
+        - os: windows-2025
+          cxxstd: 20
           arch: x86
 
         - os: windows-2022
-          cxxstd: 20
+          cxxstd: 14
           arch: x64
 
     runs-on: ${{ matrix.ci.os }}
-----------------------------------------------------------------------
Summary of changes:
 .github/workflows/ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
-- 
GEOS
    
    
More information about the geos-commits
mailing list