]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: update the stable CI to ubuntu-24.04
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 7 Jul 2025 07:29:33 +0000 (09:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 7 Jul 2025 07:29:33 +0000 (09:29 +0200)
Update the stable CI to ubuntu-24.04.

Must be backported to 3.2.

.github/matrix.py

index ff588d788fb3cf19c63451771f4080acc50da4eb..166bb02ca5b43e97699761b4bd6ef218ce53275c 100755 (executable)
@@ -125,7 +125,7 @@ def main(ref_name):
     # Ubuntu
 
     if "haproxy-" in ref_name:
-        os = "ubuntu-22.04" # stable branch
+        os = "ubuntu-24.04" # stable branch
     else:
         os = "ubuntu-24.04" # development branch