Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build macOS wheels and integration tests #197

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Commits on Apr 10, 2024

  1. Build macOS wheels and integration tests

    This is pretty simple, mostly just adding macos-13 (x86) and macos-14
    (arm64) runners to the matrix. We also need to explicitly disable MPS
    for PyTorch to run correctly on the memory-limited GHA runners.
    
    Signed-off-by: James Bornholt <bornholt@amazon.com>
    jamesbornholt authored and dnanuti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ba483e6 View commit details
    Browse the repository at this point in the history
  2. Update Rust setup actions

    dnanuti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    be57ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21804c8 View commit details
    Browse the repository at this point in the history
  4. Enable macos-14 arm64

    dnanuti committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d44dd15 View commit details
    Browse the repository at this point in the history