mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-10 05:21:00 +01:00
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:
parent
0c34502c6d
commit
3c578ca31c
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -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"]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user