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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

carsonRadtke
Copy link
Collaborator

@carsonRadtke carsonRadtke commented Nov 15, 2024

CI checks are failing because the cmake version requires cmake minimum requires >= 3.10. This PR addresses that issue.

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.

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.
CI checks are failing because the cmake version requires cmake minimum
requires >= 3.10. This PR addresses that issue.
Note: not using the latest version (v1.15.2) because there is a bug
requiring that requires -std=c++17 to build.
@carsonRadtke carsonRadtke changed the title Set cmake_minimum_required to 3.10 fix various pipeline failures Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant