[geos-commits] [SCM] GEOS branch 3.7 updated. 0935e18ea216cc641213314c5dab93f7a340fbf2

git at osgeo.org git at osgeo.org
Fri Apr 28 11:18:58 PDT 2023


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.7 has been updated
       via  0935e18ea216cc641213314c5dab93f7a340fbf2 (commit)
      from  8a624cb41c09ec71e934ad7bf3c9feb7ac0ff841 (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 0935e18ea216cc641213314c5dab93f7a340fbf2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 10:44:51 2023 -0700

    Bump GHA versions

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 04e53a705..1af74af79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'g++ automake doxygen git2cl',
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
 #        - {
 #          compiler: g++,
@@ -46,7 +46,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make ${{ matrix.ci.packages }}
 
     - name: 'Check Out'
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
 
     - name: 'Build'
       run: |

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

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