Update CI: Replace Deprecated macos-12 Image and Artifact Action Version#3
Closed
Update CI: Replace Deprecated macos-12 Image and Artifact Action Version#3
Conversation
Member
|
@homka122 I don't think it's worth review. If you're OK it seems rather reasonable just to sync the stable branches since GraphBLAS#266 is already merged. |
homka122
pushed a commit
that referenced
this pull request
Apr 30, 2025
suvorovrain
pushed a commit
that referenced
this pull request
Aug 1, 2025
* Update LAGraph_coloring_independent_set_optimized.c * Update coloring_demo.c * Update LAGraph_coloring_independent_set_optimized.c * Update LAGraph_coloring_independent_set_optimized.c * Update LAGraph_coloring_independent_set_optimized.c * Update coloring_demo.c * Update coloring_demo.c * Update LAGraph_coloring_independent_set_optimized.c * Update LAGraph_coloring_independent_set_optimized.c * testing * Update LAGraph_coloring_independent_set_optimized.c * Update coloring_demo.c * updated comments * add random init/finalize * added/changed comments for includes * Update LAGraph_coloring_independent_set_optimized.c * commented prints --------- Co-authored-by: Tim Davis <[email protected]>
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.
Problem
The CI is currently failing due to the use of a deprecated version of the
macos-12image andactions/[email protected].Solution
Updating these components according to GitHub's official recommendations should resolve the CI issues.
Additional Information
macos-12image can be found here.actions/[email protected]is available here.