From: William Lallemand Date: Mon, 7 Jul 2025 07:29:33 +0000 (+0200) Subject: CI: github: update the stable CI to ubuntu-24.04 X-Git-Tag: v3.3-dev3~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0bd0595da63d26865bce0d08d4221c8bf240251;p=thirdparty%2Fhaproxy.git CI: github: update the stable CI to ubuntu-24.04 Update the stable CI to ubuntu-24.04. Must be backported to 3.2. --- diff --git a/.github/matrix.py b/.github/matrix.py index ff588d788..166bb02ca 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -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