[geos-commits] [SCM] GEOS branch 3.12 updated. 9edcd7b9a7cab410cba3127ab9b29723d7584508

git at osgeo.org git at osgeo.org
Mon Oct 28 12:42:07 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  9edcd7b9a7cab410cba3127ab9b29723d7584508 (commit)
      from  d63038620431c756ac32ba05f31547ecf3a38922 (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 9edcd7b9a7cab410cba3127ab9b29723d7584508
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Oct 28 12:41:40 2024 -0700

    bump macos runner version

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 13ce0880c..2c461f380 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -377,7 +377,7 @@ jobs:
     name: 'macOS clang'
     strategy:
       matrix:
-        xcode: [11.7, 12.4, 13.2.1]
+        xcode: [12.4, 13.2.1]
         cxxstd: [14]
         build_type: ['ASAN']
         include:
@@ -388,7 +388,7 @@ jobs:
             cxxstd: 20
             build_type: Debug
 
-    runs-on: macos-11
+    runs-on: macos-latest
     steps:
 
     - name: 'Setup'

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list