Commit Graph

3 Commits

Author SHA1 Message Date
Junya Morioka ecc2e0ce06 fix: add continue-on-error to uv setup step
- Allow workflow to continue if uv installation fails
2026-01-03 13:58:47 +09:00
Junya Morioka 6538460eaf fix: improve Windows self-hosted runner workflow and update docs
- Add pwsh and vswhere to prerequisites list
- Increase timeout to 2160 minutes for long builds
- Improve CUDA cleanup using proper Windows uninstaller
- Update README platform table and manylinux compatibility note
2026-01-03 13:51:40 +09:00
Junya Morioka 991becbb7f feat: add Windows self-hosted runner support and update documentation
- Add .github/workflows/test-windows-self-hosted.yml for Windows self-hosted runner testing.
- Update README.md with comprehensive self-hosted runner setup guides for Linux, ARM64, and Windows.
- Update self-hosted-runner/compose.yml to enable both x86_64 and ARM64 runner services.
- Add a note about manylinux2_28 and update the sponsor list in README.md.
2026-01-03 00:20:57 +09:00