[geos-commits] [SCM] GEOS branch 3.13 updated. 49f7b46ce9fdae916dbc26bc4ca3e049e13f8663
git at osgeo.org
git at osgeo.org
Fri Feb 21 15:34:42 PST 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 49f7b46ce9fdae916dbc26bc4ca3e049e13f8663 (commit)
from 677de9abfebfae181154b18de4a6cae42266ad03 (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 49f7b46ce9fdae916dbc26bc4ca3e049e13f8663
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Feb 21 15:34:20 2025 -0800
Disable MacOS 13.2 CI
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bdd4cda34..d29266e4a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -375,10 +375,10 @@ jobs:
fail-fast: false
matrix:
include:
- - xcode: 13.2.1
- cxxstd: 14
- build_type: ASAN
- runs_on: macos-12
+# - xcode: 13.2.1
+# cxxstd: 14
+# build_type: ASAN
+# runs_on: macos-12
- xcode: 14.3.1
cxxstd: 17
build_type: ASAN
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list