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

fix various pipeline failures #1172

Merged
merged 12 commits into from
Nov 25, 2024

Commits on Nov 15, 2024

  1. fix failing macos test

    Looks like actions/runner-images#10703 took
    away support for xcode 14. That is why the latest action failed. There
    an active PR adding support for xcode 16 to the macos runner
    (actions/runner-images#10967). This commit will
    fail until that has been merged, but it is probably worth waiting for.
    carsonRadtke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d71d522 View commit details
    Browse the repository at this point in the history
  2. Set cmake_minimum_required to 3.10

    CI checks are failing because the cmake version requires cmake minimum
    requires >= 3.10. This PR addresses that issue.
    carsonRadtke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ed2ec20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6080917 View commit details
    Browse the repository at this point in the history
  4. use googletest v1.14.0

    Note: not using the latest version (v1.15.2) because there is a bug
    requiring that requires -std=c++17 to build.
    carsonRadtke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8d6c047 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afc2b09 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    ed21da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a4f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d334a4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56f197d View commit details
    Browse the repository at this point in the history
  5. undo deleted space

    carsonRadtke committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    373a18c View commit details
    Browse the repository at this point in the history
  6. fix typo gcc excludes

    carsonRadtke committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    916375d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddc5690 View commit details
    Browse the repository at this point in the history