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 c2932cd1 Revert "Use Ubuntu 22.04 for build-apt."
c2932cd1 is described below
commit c2932cd140af9f169b90e8f6f09dd137e64f9309
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 7 14:08:12 2023 +0800
Revert "Use Ubuntu 22.04 for build-apt."
This reverts commit 2d82cbfca2ffd6f6d9a3819c9f7d2a7753d013fe.
---
.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 6c42a9ed..1f9a3e94 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-22.04
+ runs-on: ubuntu-20.04
timeout-minutes: 120
steps:
- name: Checkout source code