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

CI Updates: enable macos-14 (arm64) and enable c codegen on windows-latest #566

Merged
merged 7 commits into from
May 16, 2024

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    b606cda View commit details
    Browse the repository at this point in the history
  2. Rename matrix.os to matrix.runner

    The runner corresponds to a platform (arch and os),
    particularly for macOS
    MatthewFluet committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c957181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b250f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf598c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    669efbd View commit details
    Browse the repository at this point in the history
  6. Skip world* regression tests on darwin

    `-no-pie` (required for `MLton.Word.{save,load}`) is deprecated
    in macOS 13 and ignored (on arm64) in macOS 14
    MatthewFluet committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a928b7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dc5167 View commit details
    Browse the repository at this point in the history