[geos-commits] [SCM] GEOS branch main updated. 937cf5f58d6071b1ca163ed2ce55488c1f95c57e
git at osgeo.org
git at osgeo.org
Thu Aug 22 15:05:29 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 937cf5f58d6071b1ca163ed2ce55488c1f95c57e (commit)
from a96e6703d8beba0344a9c9cd90692c13aca8b3a7 (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 937cf5f58d6071b1ca163ed2ce55488c1f95c57e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Aug 22 15:04:55 2024 -0700
Remove broken MacOS from CI for now
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54564f531..3782bec91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -449,20 +449,20 @@ jobs:
strategy:
fail-fast: false
matrix:
- xcode: [13.2.1]
- cxxstd: [14]
- build_type: ['ASAN']
- runs_on: ['macos-12']
- include:
- - xcode: 14.3.1
- cxxstd: 17
- build_type: Debug
- runs_on: macos-13
- # arm64 build
- - xcode: 15.4
- cxxstd: 20
- build_type: Release
- runs_on: macOS-14
+ ci:
+ # - xcode: 13.2.1
+ # cxxstd: 14
+ # build_type: ASAN
+ # runs_on: macos-12
+ - xcode: 14.3.1
+ cxxstd: 17
+ build_type: Debug
+ runs_on: macos-13
+ # arm64 build
+ - xcode: 15.4
+ cxxstd: 20
+ build_type: Release
+ runs_on: macOS-14
runs-on: ${{ matrix.runs_on }}
steps:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list