This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/civetweb_integration
by this push:
new 07ac3629 Add missing Ubuntu 22.04 update for CI.
07ac3629 is described below
commit 07ac36294ff26a77f7a9d96abadb7c5fa2c21f59
Author: PengZheng <[email protected]>
AuthorDate: Tue Jan 31 21:08:58 2023 +0800
Add missing Ubuntu 22.04 update for CI.
---
.github/workflows/coverage.yml | 2 +-
.github/workflows/ubuntu.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index f3cb4ebd..a735e216 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
coverage:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout source code
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 69a3b924..05045acc 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -71,7 +71,7 @@ jobs:
conan create -pr:b release -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True -o
celix:celix_install_deprecated_api=True --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .
build-apt:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout source code