chore: focus on Linux builds for Colab compatibility

- Remove macOS from build matrix to simplify CI
- Keep macOS configurations for future reference but they won't be used
- This speeds up CI and focuses on the primary target (Colab/Linux)
This commit is contained in:
Andy Lee
2025-07-25 12:20:32 -07:00
parent ca0fd88934
commit ae38e10d1b

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] # Focus on Linux/manylinux for Colab compatibility
steps:
- uses: actions/checkout@v4