Skip to content

Commit c57e2ed

Browse files
committed
distro-clang: Update for current distros
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 2682d80 commit c57e2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distro-clang/get-distro-clang.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def chronic(*args, **kwargs):
7070
# * https://fedoraproject.org/wiki/Releases
7171
# * https://fedoraproject.org/wiki/End_of_life
7272
# * https://hub.docker.com/_/fedora
73-
*[('fedora', ver) for ver in ['38', 'latest', 'rawhide']],
73+
*[('fedora', ver) for ver in ['41', 'latest', 'rawhide']],
7474
# OpenSUSE:
7575
# * https://en.opensuse.org/openSUSE:Roadmap
7676
# * https://en.opensuse.org/Lifetime
@@ -80,7 +80,7 @@ def chronic(*args, **kwargs):
8080
# Ubuntu:
8181
# * https://wiki.ubuntu.com/Releases
8282
# * https://hub.docker.com/_/ubuntu
83-
*[('ubuntu', ver) for ver in ['focal', 'latest', 'rolling', 'devel']],
83+
*[('ubuntu', ver) for ver in ['focal', 'jammy', 'noble', 'latest', 'rolling', 'devel']],
8484
]
8585

8686
RESULTS = {}

0 commit comments

Comments
 (0)