We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554da17 commit acb4527Copy full SHA for acb4527
1 file changed
dev/tasks/tasks.yml
@@ -557,15 +557,13 @@ tasks:
557
{% endfor %}
558
559
560
-{% for ubuntu_version in ["24.04", "26.04"] %}
561
- test-ubuntu-{{ ubuntu_version }}-python-3:
+ test-ubuntu-24.04-python-3:
562
ci: github
563
template: docker-tests/github.linux.yml
564
params:
565
env:
566
- UBUNTU: "{{ ubuntu_version }}"
+ UBUNTU: "24.04"
567
image: ubuntu-python
568
-{% endfor %}
569
570
test-fedora-42-python-3:
571
0 commit comments