CI: github: update to macos-26

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.
This commit is contained in:
William Lallemand 2025-11-03 16:13:56 +01:00
parent 0c34502c6d
commit 3c578ca31c

2
.github/matrix.py vendored
View File

@ -280,7 +280,7 @@ def main(ref_name):
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"]: