[geos-commits] [SCM] GEOS branch main updated. dc4e7b2b2e6f3d61f0bd1881015a250ebd988606
git at osgeo.org
git at osgeo.org
Mon Nov 18 12:48:23 PST 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 dc4e7b2b2e6f3d61f0bd1881015a250ebd988606 (commit)
from 075006a97b099f2e3fc5ac8d643e825e362d26ed (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 dc4e7b2b2e6f3d61f0bd1881015a250ebd988606
Author: Mike Taves <mwtoews at gmail.com>
Date: Tue Nov 19 09:48:02 2024 +1300
CI: replace deprecated macos-12 with beta macos-15 with C++23 (#1197)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 38abb4097..1900ba626 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -450,10 +450,6 @@ 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
@@ -462,6 +458,10 @@ jobs:
cxxstd: 20
build_type: Release
runs_on: macOS-14
+ - xcode: 16.0
+ cxxstd: 23
+ build_type: ASAN
+ runs_on: macos-15
runs-on: ${{ matrix.runs_on }}
steps:
-----------------------------------------------------------------------
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