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

Migrate CI off of soon-to-be-removed runner image macos-12 #150

Merged

Commits on Oct 16, 2024

  1. cmake.yml: Exclude GCC on macOS from use of sanitizers

    .. because it appears broken for all combinations of GCC 12 to 14
    with macOS 13 to 15.  It worked for macOS 12 but that runner
    image has been announced for soon removal.  So we're left with Clang
    for sanitizers on macOS.
    
    Symptom was:
    > ld: library 'asan' not found
    hartwork committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f444ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f35fd View commit details
    Browse the repository at this point in the history