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 c1c90cfc Use Ubuntu 20.04 for shorter Conan build time.
c1c90cfc is described below
commit c1c90cfcc6143689e5d563002d454cfc41a4aee1
Author: PengZheng <[email protected]>
AuthorDate: Thu Feb 2 18:13:42 2023 +0800
Use Ubuntu 20.04 for shorter Conan build time.
---
.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 a735e216..663805ee 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
coverage:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
timeout-minutes: 120
steps:
- name: Checkout source code
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 5c1ec9ff..1d1a65ef 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -9,7 +9,7 @@ on:
jobs:
build-conan:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix: