-
Notifications
You must be signed in to change notification settings - Fork 0
Switch macOS builds to Ubuntu in CI #334
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR migrates the primary CI build matrix from macOS to Ubuntu while retaining a single macOS build configuration for release testing. The change reduces the macOS build coverage from multiple compiler/library combinations to just one (clang with libstdc++ in release mode), while expanding Ubuntu builds to cover the full matrix of compiler and library configurations.
Changes:
- Changed the primary build matrix OS from macOS to Ubuntu
- Restructured the workflow matrix to include Ubuntu builds with both clang and gcc compilers
- Updated CMake presets to reflect the new OS priorities, removing macOS-specific debug and gcc configurations
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/cpp-build-test-run.yaml | Modified build matrix to use Ubuntu as primary OS and adjusted the include matrix to swap OS-specific configurations |
| .github/files/CMakeUserPresets.json | Reorganized and renamed CMake presets to prioritize Ubuntu configurations, removing most macOS preset variants |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7028e13 to
1dc95e3
Compare
1dc95e3 to
9ee7c7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
31d8d16 to
0463119
Compare
0463119 to
462b9e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
462b9e9 to
94acd8c
Compare
No description provided.