From d0bd0595da63d26865bce0d08d4221c8bf240251 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 7 Jul 2025 09:29:33 +0200 Subject: [PATCH] CI: github: update the stable CI to ubuntu-24.04 Update the stable CI to ubuntu-24.04. Must be backported to 3.2. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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