This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-python.git
The following commit(s) were added to refs/heads/main by this push:
new e1a5462 Update ubuntu version to 20.04 (#24)
e1a5462 is described below
commit e1a5462480c1590f85a7ff60681dc0c00f08955c
Author: DamonXue <[email protected]>
AuthorDate: Thu Jan 2 10:15:29 2025 +0800
Update ubuntu version to 20.04 (#24)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index df3199f..91f86c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ on:
jobs:
build:
name: Build
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]