Skip to content

Commit 7e7fa28

Browse files
Drop ubuntu-22.04 from CI runs
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent fd32b59 commit 7e7fa28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)