mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 1 deletions
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 a new issue