fix(tui): align CI with supported platforms

Wait for terminal setup before asserting signal cleanup on slower Intel runners. Do not advertise a Windows ARM64 sidecar while Bun lacks the FFI support OpenTUI requires there.

Co-authored-by: Bingxi Zhao <150592536+pancacake@users.noreply.github.com>
This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
co-authored by Bingxi Zhao
parent 35f2d086b0
commit 406509aeb8
3 changed files with 17 additions and 6 deletions
-2
View File
@@ -26,8 +26,6 @@ jobs:
target: linux-arm64
- os: windows-latest
target: win32-x64
- os: windows-11-arm
target: win32-arm64
steps:
- uses: actions/checkout@v4