File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - template : etc/ci/azure-posix.yml
1515 parameters :
1616 job_name : core_tests
17- image_name : ubuntu-20 .04
17+ image_name : ubuntu-24 .04
1818 python_versions : ['3.10']
1919 test_suites :
2020 misc_and_scancode : |
@@ -197,8 +197,8 @@ jobs:
197197
198198 - template : etc/ci/azure-posix.yml
199199 parameters :
200- job_name : ubuntu20_test_all_supported_click_versions
201- image_name : ubuntu-20 .04
200+ job_name : ubuntu22_test_all_supported_click_versions
201+ image_name : ubuntu-22 .04
202202 python_versions : ['3.9', '3.10', '3.11', '3.12']
203203 python_architecture : x64
204204 test_suites :
@@ -225,8 +225,8 @@ jobs:
225225
226226 - template : etc/ci/azure-posix.yml
227227 parameters :
228- job_name : ubuntu20_cpython_latest_from_pip
229- image_name : ubuntu-20 .04
228+ job_name : ubuntu24_cpython_latest_from_pip
229+ image_name : ubuntu-24 .04
230230 python_versions : ['3.9', '3.10', '3.11', '3.12']
231231 test_suites :
232232 all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
You can’t perform that action at this time.
0 commit comments