CI: Update actions versions & add more FreeBSD targets#183
Merged
luke-jr merged 6 commits intoOCEAN-xyz:masterfrom Apr 6, 2026
Merged
CI: Update actions versions & add more FreeBSD targets#183luke-jr merged 6 commits intoOCEAN-xyz:masterfrom
luke-jr merged 6 commits intoOCEAN-xyz:masterfrom
Conversation
8f8ccf3 to
f085df1
Compare
e43b5d6 to
9672843
Compare
There was a problem hiding this comment.
Pull request overview
Updates the CI build workflow to cover additional FreeBSD variants and refreshes GitHub Actions versions, alongside a small CMake adjustment to improve thread detection/linking behavior (notably for FreeBSD/GCC).
Changes:
- Add FreeBSD 14.4 (including aarch64) targets to the CI matrix and parameterize the FreeBSD VM action.
- Bump
actions/checkoutandactions/cachemajor versions in the build workflow. - Move
find_package(Threads)earlier in CMake and prefer pthreads.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CMakeLists.txt |
Prefer pthreads and ensure Threads is discovered early for consistent linking. |
.github/workflows/build.yaml |
Expand FreeBSD CI coverage, update action versions, and tweak Gentoo setup/caching behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…giga Goal to make logs more managable
9672843 to
01ca25d
Compare
6696095 to
a3da9e6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.