This is an automated email from the ASF dual-hosted git repository. xuehuilang pushed a commit to branch damonxue-patch-1 in repository https://gitbox.apache.org/repos/asf/shenyu-client-python.git
commit 48094de18de7f0687c56e56a148a5e40710f536a Author: DamonXue <[email protected]> AuthorDate: Thu Jan 2 10:10:03 2025 +0800 Update ubuntu version to 20.04 --- .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" ]
