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

Move MacOS CI to M1 runners #2225

Closed
wants to merge 4 commits into from
Closed

Move MacOS CI to M1 runners #2225

wants to merge 4 commits into from

Commits on Mar 3, 2024

  1. Move MacOs Ci to M1 runners

    Pytorch is planning to stop nightly builds for Intel Macs: pytorch/pytorch#114602
    This PR updates the mac runners to `macos-14`, which is the only public GHA runner for Mac M1s: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-private-repositories
    Balandat committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ee79cc8 View commit details
    Browse the repository at this point in the history
  2. Exclude macos+py3.9 from CI

    Balandat committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f46fe59 View commit details
    Browse the repository at this point in the history
  3. Remove bad leftover setup

    Balandat committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    eba617d View commit details
    Browse the repository at this point in the history
  4. Increase tolerance in test_linear_mc_objective

    This was rather aggressive, and apparently the numerics on the macos-14 runner are slightly different.
    Balandat committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1ea3c5b View commit details
    Browse the repository at this point in the history