[geos-commits] [SCM] GEOS branch main updated. 24ac4f1e509bf6463a79f0d9607380a03ebdc836
git at osgeo.org
git at osgeo.org
Thu Aug 22 15:38:57 PDT 2024
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 24ac4f1e509bf6463a79f0d9607380a03ebdc836 (commit)
via b9d4158ec86bdef73b28ff7ced69cfe1e7e50be2 (commit)
from 654ad34cf7381500acc545d2bc8e4317026cefdd (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 24ac4f1e509bf6463a79f0d9607380a03ebdc836
Merge: b9d4158ec 654ad34cf
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Aug 22 15:38:21 2024 -0700
Merge branch 'main' of github.com:libgeos/geos
commit b9d4158ec86bdef73b28ff7ced69cfe1e7e50be2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Aug 22 15:38:09 2024 -0700
Turn MacOS CI back on
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3782bec91..38abb4097 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -449,16 +449,15 @@ jobs:
strategy:
fail-fast: false
matrix:
- ci:
- # - xcode: 13.2.1
- # cxxstd: 14
- # build_type: ASAN
- # runs_on: macos-12
+ include:
+ - xcode: 13.2.1
+ cxxstd: 14
+ build_type: ASAN
+ runs_on: macos-12
- xcode: 14.3.1
cxxstd: 17
- build_type: Debug
+ build_type: ASAN
runs_on: macos-13
- # arm64 build
- xcode: 15.4
cxxstd: 20
build_type: Release
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list