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 8f1d6330 Use Ubuntu 22.04 for CI.
8f1d6330 is described below

commit 8f1d6330f221d47f18b802348b9517d420e89d58
Author: PengZheng <[email protected]>
AuthorDate: Tue Jan 31 20:59:42 2023 +0800

    Use Ubuntu 22.04 for CI.
---
 .github/workflows/celix_etcdlib.yml | 2 +-
 .github/workflows/celix_promise.yml | 2 +-
 .github/workflows/ubuntu.yml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/celix_etcdlib.yml 
b/.github/workflows/celix_etcdlib.yml
index a8a3b415..cda0a635 100644
--- a/.github/workflows/celix_etcdlib.yml
+++ b/.github/workflows/celix_etcdlib.yml
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     timeout-minutes: 15
     steps:
       - name: Checkout source code
diff --git a/.github/workflows/celix_promise.yml 
b/.github/workflows/celix_promise.yml
index bcc2c109..6b7706dd 100644
--- a/.github/workflows/celix_promise.yml
+++ b/.github/workflows/celix_promise.yml
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     timeout-minutes: 15
     steps:
       - name: Checkout source code
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index b641a5c5..69a3b924 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -9,7 +9,7 @@ on:
 jobs:
 
   build-conan:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     strategy:
       fail-fast: false
       matrix:

Reply via email to