[geos-commits] [SCM] GEOS branch 3.12 updated. 4dc7242b2c1b2d64bee7a950dc13b617357771f3
git at osgeo.org
git at osgeo.org
Mon Oct 28 12:46:49 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, 3.12 has been updated
via 4dc7242b2c1b2d64bee7a950dc13b617357771f3 (commit)
from 9edcd7b9a7cab410cba3127ab9b29723d7584508 (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 4dc7242b2c1b2d64bee7a950dc13b617357771f3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Oct 28 12:46:28 2024 -0700
more explicit versions in macos matrix
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2c461f380..35436244e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -377,18 +377,24 @@ jobs:
name: 'macOS clang'
strategy:
matrix:
- xcode: [12.4, 13.2.1]
- cxxstd: [14]
- build_type: ['ASAN']
include:
- - xcode: 13.2.1
- cxxstd: 17
- build_type: Debug
- - xcode: 13.2.1
- cxxstd: 20
- build_type: Debug
+ - xcode: 13.2.1
+ cxxstd: 14
+ build_type: ASAN
+ runs_on: macos-12
+ - xcode: 14.3.1
+ cxxstd: 17
+ build_type: ASAN
+ runs_on: macos-13
+ - xcode: 15.4
+ cxxstd: 20
+ build_type: Release
+ runs_on: macOS-14
+ - xcode: 16.0
+ cxxstd: 20
+ build_type: Release
+ runs_on: macOS-15
- runs-on: macos-latest
steps:
- name: 'Setup'
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list