[geos-commits] [SCM] GEOS branch main updated. 16f53573f6bef38551801c2d449d4782775267bc
git at osgeo.org
git at osgeo.org
Tue Oct 7 16:54:23 PDT 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, main has been updated
via 16f53573f6bef38551801c2d449d4782775267bc (commit)
from cb0909d11523d8e3d86f679e7cfaac09cb912028 (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 16f53573f6bef38551801c2d449d4782775267bc
Author: Mike Taves <mwtoews at gmail.com>
Date: Wed Oct 8 12:53:58 2025 +1300
Fix xcode versions by specifying YAML str (not float)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2846d20d9..69b0b8601 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -421,15 +421,15 @@ jobs:
fail-fast: false
matrix:
include:
- - xcode: 15.4
+ - xcode: "15.4"
cxxstd: 20
build_type: Release
runs_on: macos-14
- - xcode: 16.4
+ - xcode: "16.4"
cxxstd: 23
build_type: ASAN
runs_on: macos-15
- - xcode: 26.0
+ - xcode: "26.0"
cxxstd: 23
build_type: ASAN
runs_on: macos-26
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list