CI: github: update the stable CI to ubuntu-24.04

Update the stable CI to ubuntu-24.04.

Must be backported to 3.2.
This commit is contained in:
William Lallemand 2025-07-07 09:29:33 +02:00
parent b6fec27ef6
commit d0bd0595da

2
.github/matrix.py vendored
View File

@ -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