Skip to content

Commit 50cf89a

Browse files
chipitsinewlallemand
authored andcommitted
CI: bump development builds explicitely to Ubuntu 24.04
Initially we agreed to split builds into "latest" for development branch and fixed 22.04 for stable branches. It got broken when "latest" label migrated from ubuntu-22 to ubuntu-24 ... because of build cache. Cache key is built using runner label, it was not prepared to use the same "latest" cache from ubuntu 22 on ubuntu 24. To make things clear, let's stick explicitely to ubuntu 24.
1 parent b6491ab commit 50cf89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def main(ref_name):
9696
if "haproxy-" in ref_name:
9797
os = "ubuntu-22.04" # stable branch
9898
else:
99-
os = "ubuntu-latest" # development branch
99+
os = "ubuntu-24.04" # development branch
100100

101101
TARGET = "linux-glibc"
102102
for CC in ["gcc", "clang"]:

0 commit comments

Comments
 (0)