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 14
14
- template : etc/ci/azure-posix.yml
15
15
parameters :
16
16
job_name : core_tests
17
- image_name : ubuntu-20 .04
17
+ image_name : ubuntu-24 .04
18
18
python_versions : ['3.10']
19
19
test_suites :
20
20
misc_and_scancode : |
@@ -197,8 +197,8 @@ jobs:
197
197
198
198
- template : etc/ci/azure-posix.yml
199
199
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
202
202
python_versions : ['3.9', '3.10', '3.11', '3.12']
203
203
python_architecture : x64
204
204
test_suites :
@@ -225,8 +225,8 @@ jobs:
225
225
226
226
- template : etc/ci/azure-posix.yml
227
227
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
230
230
python_versions : ['3.9', '3.10', '3.11', '3.12']
231
231
test_suites :
232
232
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