[geos-commits] [SCM] GEOS branch main updated. 611b69a7a4eaf72a892c8379fd1e264f2aaa6124

git at osgeo.org git at osgeo.org
Thu Feb 8 12:09:01 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  611b69a7a4eaf72a892c8379fd1e264f2aaa6124 (commit)
      from  4de45fed45ab21bd9045122702f38f6b9f03c1c4 (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 611b69a7a4eaf72a892c8379fd1e264f2aaa6124
Author: Even Rouault <even.rouault at spatialys.com>
Date:   Thu Feb 8 21:08:24 2024 +0100

    CI: replace macos-11/xcode 13.2.1 config by ARM64 M1/xcode 14.3 (#1042)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 45c46de12..e239aa633 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -397,15 +397,19 @@ jobs:
         xcode: [11.7, 12.4, 13.2.1]
         cxxstd: [14]
         build_type: ['ASAN']
+        runs_on: ['macos-11']
         include:
           - xcode: 13.2.1
             cxxstd: 17
             build_type: Debug
-          - xcode: 13.2.1
+            runs_on: macos-11
+          # arm64 build
+          - xcode: 14.3
             cxxstd: 20
-            build_type: Debug
+            build_type: Release
+            runs_on: macOS-14
 
-    runs-on: macos-11
+    runs-on: ${{ matrix.runs_on }}
     steps:
 
     - name: 'Setup'

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list