[geos-commits] [SCM] GEOS branch 3.11 updated. 5418426900b0742e890f693679207943c953ec86
git at osgeo.org
git at osgeo.org
Tue Jun 17 10:05:41 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.11 has been updated
via 5418426900b0742e890f693679207943c953ec86 (commit)
via 66708b8a90073ea45cb718bc56141ca8a99a3075 (commit)
from 3eb40b554c9f9fa8f86c11064d10eb6deba4c463 (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 5418426900b0742e890f693679207943c953ec86
Merge: 66708b8a9 3eb40b554
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 17 10:04:55 2025 -0700
Merge branch '3.11' of github.com:libgeos/geos into 3.11
commit 66708b8a90073ea45cb718bc56141ca8a99a3075
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 17 10:04:34 2025 -0700
Deprecate windows-2019 in GHA
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 06f3f7b95..b02fca152 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -138,8 +138,8 @@ jobs:
shell: bash
windows-mingw:
- name: 'Windows (mingw-w64, Debug, 11, x86_64, windows-2019)'
- runs-on: windows-2019
+ name: 'Windows (mingw-w64, Debug, 11, x86_64, windows-2022)'
+ runs-on: windows-2022
defaults:
run:
shell: msys2 {0}
@@ -167,8 +167,8 @@ jobs:
ctest --output-on-failure .
windows-mingw-release:
- name: 'Windows (mingw-w64, Release, 11, x86_64, windows-2019)'
- runs-on: windows-2019
+ name: 'Windows (mingw-w64, Release, 11, x86_64, windows-2022)'
+ runs-on: windows-2022
defaults:
run:
shell: msys2 {0}
@@ -215,9 +215,9 @@ jobs:
cd build
ctest --output-on-failure -C Debug
- windows-msvc-19:
- name: 'Windows (Visual Studio 2019, Release, windows-2019)'
- runs-on: windows-2019
+ windows-msvc-25:
+ name: 'Windows (Visual Studio 2025 Release, windows-2025)'
+ runs-on: windows-2025
steps:
- name: 'Check Out'
uses: actions/checkout at v4
@@ -227,7 +227,7 @@ jobs:
mkdir build
cd build
cmake --version
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -DBUILD_SHARED_LIBS=ON ..
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DBUILD_SHARED_LIBS=ON ..
cmake --build . --config Release -j 2
- name: 'Test'
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list