mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 13:23:32 +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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user