Skip to content

Commit acb4527

Browse files
committed
Remove Ubuntu 26.04
1 parent 554da17 commit acb4527

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

dev/tasks/tasks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,15 +557,13 @@ tasks:
557557
{% endfor %}
558558

559559

560-
{% for ubuntu_version in ["24.04", "26.04"] %}
561-
test-ubuntu-{{ ubuntu_version }}-python-3:
560+
test-ubuntu-24.04-python-3:
562561
ci: github
563562
template: docker-tests/github.linux.yml
564563
params:
565564
env:
566-
UBUNTU: "{{ ubuntu_version }}"
565+
UBUNTU: "24.04"
567566
image: ubuntu-python
568-
{% endfor %}
569567

570568
test-fedora-42-python-3:
571569
ci: github

0 commit comments

Comments
 (0)