diff --git a/.github/workflows/about-files-ci.yml b/.github/workflows/about-files-ci.yml index 68c3b80046..3a89aae7e3 100644 --- a/.github/workflows/about-files-ci.yml +++ b/.github/workflows/about-files-ci.yml @@ -7,16 +7,16 @@ permissions: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: max-parallel: 4 matrix: - python-version: [3.9] + python-version: [3.11] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c83a76aed5..c283bc820e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ jobs: - template: etc/ci/azure-posix.yml parameters: job_name: core_tests - image_name: ubuntu-20.04 + image_name: ubuntu-24.04 python_versions: ['3.10'] test_suites: misc_and_scancode: | @@ -197,8 +197,8 @@ jobs: - template: etc/ci/azure-posix.yml parameters: - job_name: ubuntu20_test_all_supported_click_versions - image_name: ubuntu-20.04 + job_name: ubuntu22_test_all_supported_click_versions + image_name: ubuntu-22.04 python_versions: ['3.9', '3.10', '3.11', '3.12'] python_architecture: x64 test_suites: @@ -225,8 +225,8 @@ jobs: - template: etc/ci/azure-posix.yml parameters: - job_name: ubuntu20_cpython_latest_from_pip - image_name: ubuntu-20.04 + job_name: ubuntu24_cpython_latest_from_pip + image_name: ubuntu-24.04 python_versions: ['3.9', '3.10', '3.11', '3.12'] test_suites: all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py