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

macos updates from dev2 #811

Merged
merged 5 commits into from
May 23, 2024
Merged

macos updates from dev2 #811

merged 5 commits into from
May 23, 2024

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    45a0099 View commit details
    Browse the repository at this point in the history
  2. CI (macos): Query installation prefix of Homebrew

    The `macos-latest` label was changed to point to `macos-14` runners somewhat
    recently. Those runners are on Apple Silicon.
    For some reason, Homebrew decided to use a different installation prefix on
    Intel and on Apple Silicon:
    https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location
    
    Query the installation prefix of Homebrew and use it where necessary.
    mmuetzel committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ce894c2 View commit details
    Browse the repository at this point in the history
  3. CI (macos): Add weekly schedule to detect breaking changes earlier.

    Running the CI more often can be useful not only to detect possibly
    breaking changes in SuiteSparse itself. But it can also be useful to
    detect upstream changes (e.g., in some Homebrew package or GitHub runner
    configuration) that require changes of the build rules.
    mmuetzel committed May 23, 2024
    Configuration menu
    Copy the full SHA
    25abc9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef3d19f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #807 from mmuetzel/ci-macos

    CI (macos): Query installation prefix of Homebrew
    DrTimothyAldenDavis authored May 23, 2024
    Configuration menu
    Copy the full SHA
    11e820a View commit details
    Browse the repository at this point in the history