Files
Vitah Lin 42facbb891 Upgrade GitHub Actions macOS runner (#14613)
1. GitHub has deprecated older macOS runners, and macos-13 is no longer
supported. Updating to macos-26 ensures that CI workflows continue to
run without interruption.
2. Previously, cross-platform-actions/action@v0.22.0 used runs-on:
macos-13. I checked the latest version of cross-platform-actions, and
the official examples now use runs-on: ubuntu. I think we can switch
from macOS to Ubuntu.

---------

Co-authored-by: debing.sun <debing.sun@redis.com>
2026-01-13 12:56:12 +02:00
..