[geos-commits] [SCM] GEOS branch 3.11 updated. 42138fac00b7b95f157708a91e30766ea88903d8
git at osgeo.org
git at osgeo.org
Fri Apr 28 10:14:08 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.11 has been updated
via 42138fac00b7b95f157708a91e30766ea88903d8 (commit)
via eecfa987a4e87c50dd3c6ae1bfc9b3e6145ce9f2 (commit)
from 16cbc61f0d547f8cc347ed01ab30d75a3c236e30 (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 42138fac00b7b95f157708a91e30766ea88903d8
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Apr 28 09:59:39 2023 -0700
Bump up GHA runner ubuntu versions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9d6ca0df0..f8d473f98 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,15 +27,15 @@ jobs:
cmake_extra: '-DBUILD_BENCHMARKS=ON',
os: ubuntu-20.04
}
- - {
- compiler: g++,
- build_type: Release,
- cxxstd: 11,
- arch: 32,
- packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib',
- cmake: 3.13.*,
- os: ubuntu-20.04
- }
+ # - {
+ # compiler: g++,
+ # build_type: Release,
+ # cxxstd: 11,
+ # arch: 32,
+ # packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib',
+ # cmake: 3.13.*,
+ # os: ubuntu-20.04
+ # }
- {
compiler: clang++,
build_type: Release,
@@ -254,7 +254,7 @@ jobs:
cmake-subproject:
name: 'CMake Subproject'
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- name: 'Install'
run: |
commit eecfa987a4e87c50dd3c6ae1bfc9b3e6145ce9f2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Apr 28 09:54:47 2023 -0700
Bump ubuntu runner versions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd75ede8a..9d6ca0df0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
packages: 'g++',
cmake: 3.15.*,
cmake_extra: '-DBUILD_BENCHMARKS=ON',
- os: ubuntu-18.04
+ os: ubuntu-20.04
}
- {
compiler: g++,
@@ -34,7 +34,7 @@ jobs:
arch: 32,
packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib',
cmake: 3.13.*,
- os: ubuntu-18.04
+ os: ubuntu-20.04
}
- {
compiler: clang++,
@@ -43,7 +43,7 @@ jobs:
arch: 64,
packages: 'clang',
cmake: 3.13.*,
- os: ubuntu-18.04
+ os: ubuntu-20.04
}
- {
compiler: clang++,
@@ -254,7 +254,7 @@ jobs:
cmake-subproject:
name: 'CMake Subproject'
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- name: 'Install'
run: |
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list