[geos-commits] [SCM] GEOS branch 3.12 updated. 10a84b618265bc324f6053ee5d671553ebf9844a
git at osgeo.org
git at osgeo.org
Fri Feb 21 15:33:44 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.12 has been updated
via 10a84b618265bc324f6053ee5d671553ebf9844a (commit)
from e88005cba191b221bf091d4bc03fcc4635ed8003 (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 10a84b618265bc324f6053ee5d671553ebf9844a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Feb 21 15:33:18 2025 -0800
Disable MacOS 13.2
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b11340533..00ee0a89b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -321,10 +321,10 @@ jobs:
strategy:
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