[geos-commits] [SCM] GEOS branch 3.13 updated. 2eda0a8fc2de92e1545f7e62fe7649aa8a83981e
git at osgeo.org
git at osgeo.org
Thu Oct 2 10:14:00 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 2eda0a8fc2de92e1545f7e62fe7649aa8a83981e (commit)
from 05681c210b727655da463feba904e08e8d84c61c (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 2eda0a8fc2de92e1545f7e62fe7649aa8a83981e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Oct 2 10:13:33 2025 -0700
Remove deprecated macos-13 runner
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 96d1ba3bb..deea2b503 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -375,22 +375,14 @@ jobs:
fail-fast: false
matrix:
include:
-# - xcode: 13.2.1
-# cxxstd: 14
-# build_type: ASAN
-# runs_on: macos-12
- - 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: 20
build_type: Release
- runs_on: macOS-15
+ runs_on: macos-15
runs-on: ${{ matrix.runs_on }}
steps:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list