mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
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:
parent
b6fec27ef6
commit
d0bd0595da
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user