This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.20-fix-ci-test in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit ad6aab7a41804ee98b4f8ab820a97f6af2de2f0e Author: Wei Zhou <[email protected]> AuthorDate: Tue Oct 21 09:53:10 2025 +0200 test by wei --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fb8844e8ce..ce5f16e9c82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ permissions: jobs: build: if: github.repository == 'apache/cloudstack' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false @@ -224,9 +224,9 @@ jobs: cache: maven - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.12' architecture: 'x64' - name: Install Build Dependencies @@ -236,6 +236,7 @@ jobs: - name: Install Python dependencies run: | + python3 -m pip install --user --upgrade setuptools python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycryptodome mock flask netaddr pylint pycodestyle six astroid pynose - name: Install jacoco dependencies
