[geos-commits] [SCM] GEOS branch main updated. 936f621c4e84499f5c3b0b8c4bb222b29273a51d
git at osgeo.org
git at osgeo.org
Thu Oct 2 10:15: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, main has been updated
via 936f621c4e84499f5c3b0b8c4bb222b29273a51d (commit)
from 555c572874bbe44fdc4400da282faaa012c5f3ea (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 936f621c4e84499f5c3b0b8c4bb222b29273a51d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Oct 2 10:14:49 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