macOS-15 images seems to have difficulties to run the reg-tests since a
few days for an unknown reason. Doing a rollback of both VTest2 and
haporxy doesn't seem to fix the problem so this is probably related to a
change in github actions.
This patch switches the image to the new macos-26 images which seems to
fix the problem.
if "haproxy-" in ref_name:
os = "macos-13" # stable branch
else:
- os = "macos-15" # development branch
+ os = "macos-26" # development branch
TARGET = "osx"
for CC in ["clang"]: