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 the macOS ARM64 build job into the existing test workflows. #15805

Merged
merged 2 commits into from
Jun 13, 2022

Commits on Jun 12, 2022

  1. Move the macOS ARM64 build job into the existing test workflows.

    Also ensure it runs specifically on macOS 11.
    
    Also build for arm64, not arm64e, as the latter isn't intended
    for non-Apple-provided binaries yet (at least not on macOS 11).
    
    Also some further refactoring to facilitate qualifying cache keys
    by system version.
    
    Also fix some unrelated docstrings that didn't justify their own change.
    benjyw committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    8006e82 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Fix typo

    benjyw committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    58e3872 View commit details
    Browse the repository at this point in the history