This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/refactor_bundle_cache
by this push:
new 2d82cbfc Use Ubuntu 22.04 for build-apt.
2d82cbfc is described below
commit 2d82cbfca2ffd6f6d9a3819c9f7d2a7753d013fe
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 7 14:05:28 2023 +0800
Use Ubuntu 22.04 for build-apt.
---
.github/workflows/ubuntu.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 1f9a3e94..6c42a9ed 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