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

Support for macOS builds in CI #686

Merged
merged 3 commits into from
Mar 23, 2025
Merged

Support for macOS builds in CI #686

merged 3 commits into from
Mar 23, 2025

Conversation

volkm
Copy link
Contributor

@volkm volkm commented Mar 8, 2025

Added CI builds on macOS:

  • Xcode 14.3 on macOS 13 (Intel)
  • Xcode 15.4 on macOS 14 (ARM)
  • Xcode 16.2 on macOS 15 (ARM)

(The CI also shows that the ARM processors nearly halve the compilation times.)

Bumped the minimal required compiler versions.

  • AppleClang needs at least Xcode version 14.3. XCode version 14.2 fails, see this test. Fixes Require newer version of AppleClang #684
  • Bumped Clang and GCC versions to the first versions supporting the flag -std=c++20. The required compiler versions are probably still too low. But I did not want to run extensive tests as the CMake version is most likely the main restriction at the moment anyway.

Enabled the stack checks again on AppleClang >= 15.

@volkm volkm added this to the 1.10 milestone Mar 12, 2025
@sjunges
Copy link
Contributor

sjunges commented Mar 23, 2025

LGTM!! Many thanks!

@volkm volkm merged commit d520efb into moves-rwth:master Mar 23, 2025
17 checks passed
@volkm volkm deleted the ci_mac branch March 23, 2025 13:53
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.

Require newer version of AppleClang
2 participants