[geos-commits] [SCM] GEOS branch main updated. 5bf67e6ff8599a7eef8ccbe8f02945a4a4e9dfa0

git at osgeo.org git at osgeo.org
Sat May 18 17:12:04 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  5bf67e6ff8599a7eef8ccbe8f02945a4a4e9dfa0 (commit)
      from  f6b9d9170f3e63669802dd223c0b99a031945ef6 (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 5bf67e6ff8599a7eef8ccbe8f02945a4a4e9dfa0
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat May 18 17:11:43 2024 -0700

    Temporarily turn off g++-13, as actions is not letting it install

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e239aa633..4680e3b99 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -113,14 +113,14 @@ jobs:
           cmake: 3.22.*
           os: ubuntu-22.04
 
-        - cxx_compiler: g++-13
-          c_compiler: gcc-13
-          build_type: Release
-          cxxstd: 17
-          arch: 64
-          packages: 'g++-13-multilib gcc-13-multilib'
-          cmake: 3.22.*
-          os: ubuntu-22.04
+        # - cxx_compiler: g++-13
+        #   c_compiler: gcc-13
+        #   build_type: Release
+        #   cxxstd: 17
+        #   arch: 64
+        #   packages: 'g++-13-multilib gcc-13-multilib'
+        #   cmake: 3.22.*
+        #   os: ubuntu-22.04
 
           # clang 6 and lower are not supported
           # in ubuntu 20.04 and higher

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list