You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/12/01 09:52:43 UTC

[apisix] branch master updated: ci: use fixed os version of ubuntu (#8438)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1935d4b47 ci: use fixed os version of ubuntu (#8438)
1935d4b47 is described below

commit 1935d4b4706d34bfa736472c19e406697571afa3
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Thu Dec 1 17:52:37 2022 +0800

    ci: use fixed os version of ubuntu (#8438)
---
 .github/workflows/centos7-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index d5b8facc4..8f4c71284 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -22,7 +22,7 @@ permissions:
 jobs:
   test_apisix:
     name: run ci on centos7
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     timeout-minutes: 90
     strategy:
       fail-fast: false