mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04: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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue