-
Notifications
You must be signed in to change notification settings - Fork 2
Test: pin macOS runner to macos-15 #41
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
znichollscr
left a comment
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.
nice. funny that the path moved
Can you add a trivial changelog that just says "Fixed failing MacOS CI" or similar, then good to merge
.github/workflows/ci-main-only.yaml
Outdated
| # # Useful if the path appears to have changed | ||
| # find / -name 'libgfortran.5.dylib' 2>/dev/null | ||
| echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib/gcc/12/" >> $GITHUB_ENV | ||
| # echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib/gcc/12/" >> $GITHUB_ENV |
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.
| # echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib/gcc/12/" >> $GITHUB_ENV |
If you want to clean up a bit
|
Ok, I made some clean-up and added the 41.trivial.md. I squashed some commits as well and apparently it worked. All good to merge I think. |
|
Merging main into this branch cleaned up the diff, looks all good now |
Description
Checklist
Please confirm that this pull request has done the following:
Tests addedDocumentation added (where applicable)changelog/