[geos-commits] [SCM] GEOS branch 3.10 updated. 72188096ebc86d096197bf683d95be76a96d1475
git at osgeo.org
git at osgeo.org
Tue Jun 17 10:06:17 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.10 has been updated
via 72188096ebc86d096197bf683d95be76a96d1475 (commit)
via 5ea92bd177c600aaefd34e97664d2bb395bec25b (commit)
from ee9df5127e2c4255106a1a190c52bdab6e301629 (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 72188096ebc86d096197bf683d95be76a96d1475
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 17 09:41:53 2025 -0700
Deprecate windows-2019 in GHA
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fe83caad6..8e0361a6a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -192,9 +192,9 @@ jobs:
cd build
ctest --output-on-failure -C Release
- windows-msvc-22:
- name: 'Windows (Visual Studio 2022, Release, windows-2022)'
- runs-on: windows-2022
+ windows-msvc-25:
+ name: 'Windows (Visual Studio 2025, Release, windows-2025)'
+ runs-on: windows-2025
steps:
- name: 'Check Out'
uses: actions/checkout at v4
@@ -204,7 +204,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'
commit 5ea92bd177c600aaefd34e97664d2bb395bec25b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 17 09:39:04 2025 -0700
Deprecate windows-2019 in GHA
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b0723a577..fe83caad6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -116,8 +116,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}
@@ -144,8 +144,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}
@@ -192,9 +192,9 @@ jobs:
cd build
ctest --output-on-failure -C Release
- windows-msvc-19:
- name: 'Windows (Visual Studio 2019, Release, windows-2019)'
- runs-on: windows-2019
+ windows-msvc-22:
+ name: 'Windows (Visual Studio 2022, Release, windows-2022)'
+ runs-on: windows-2022
steps:
- name: 'Check Out'
uses: actions/checkout at v4
-----------------------------------------------------------------------
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