Skip to content

GH Actions: add macOS 14 #77

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

Merged
merged 3 commits into from
Mar 30, 2025
Merged

GH Actions: add macOS 14 #77

merged 3 commits into from
Mar 30, 2025

Conversation

generalmimon
Copy link
Member

No description provided.

Since `uint64_t` is an alias for `unsigned long long` on macOS, I think
this is the only way (except for templates that we used until
#76) to
ensure that `to_string()` supports an `uint64_t` argument.

`long long` is technically not in C++98, but if we detect that the
`LLONG_MAX` macro is defined, we should be able to use it. And as I
mentioned in `Common.cmake`, I don't think we currently support any
compiler without `long long` support, given that we already require
`int64_t`/`uint64_t`, which are also only part of C++11 and not C++98.
@generalmimon generalmimon merged commit b49194a into master Mar 30, 2025
10 checks passed
@generalmimon generalmimon deleted the gh-actions-macos branch March 30, 2025 18:37
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