This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch release/2.15
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/2.15 by this push:
new d8f17609b ci: use fixed os version of ubuntu (#8438) (#8614)
d8f17609b is described below
commit d8f17609bb161b0924516d7fb688304b96be6aa8
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Jan 6 15:56:52 2023 +0800
ci: use fixed os version of ubuntu (#8438) (#8614)
Co-authored-by: tzssangglass <[email protected]>
---
.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 b308c79fb..920e17522 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