[geos-commits] [SCM] GEOS branch 3.14 updated. 115d442fd496235716583263727bf069a77efb43
git at osgeo.org
git at osgeo.org
Thu Oct 2 10:14:27 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.14 has been updated
via 115d442fd496235716583263727bf069a77efb43 (commit)
from e79760289d817a33268a8e8e8f6bcc1b3a3e2b90 (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 115d442fd496235716583263727bf069a77efb43
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Oct 2 10:13:59 2025 -0700
Remove deprecated macos-13 runner
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 11e1e9a62..113f55e61 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -421,15 +421,11 @@ jobs:
fail-fast: false
matrix:
include:
- - 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: 23
build_type: ASAN
runs_on: macos-15
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list