-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Update GitHub macOS actions to v13 #2999
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.
LGTM
Specific test failure: |
I'm looking into it. The test is fine when run directly and only fails when run via CTest. Autotools is also fine. It's weird that there's a change when going from macOS 11 to 13. |
There are other places where LD_LIBRARY_PATH is used that probably need updating, but that's getting out of scope for this PR... |
* Bump GitHub action macOS version to 13 (HDFGroup#2999, HDFGroup#3009) * Bump GitHub action gcc/g++/gfortran version to 12 (HDFGroup#3015) * Bump Autoconf version to 2.71 (HDFGroup#2944) * Fix missing h5_reset() calls in accum test (HDFGroup#3001) * Only run ttsafe in GitHub thread-safe actions (HDFGroup#2777) * Fix Java debug asserts on Windows (HDFGroup#3012) * Fix long double dt_arith bug on macOS (HDFGroup#3038)
* Bump GitHub action macOS version to 13 (#2999, #3009) * Bump GitHub action gcc/g++/gfortran version to 12 (#3015) * Bump Autoconf version to 2.71 (#2944) * Fix missing h5_reset() calls in accum test (#3001) * Only run ttsafe in GitHub thread-safe actions (#2777) * Fix Java debug asserts on Windows (#3012) * Fix long double dt_arith bug on macOS (#3038)
* Bump GitHub action macOS version to 13 (HDFGroup#2999, HDFGroup#3009) * Bump GitHub action gcc/g++/gfortran version to 12 (HDFGroup#3015) * Bump Autoconf version to 2.71 (HDFGroup#2944) * Fix missing h5_reset() calls in accum test (HDFGroup#3001) * Only run ttsafe in GitHub thread-safe actions (HDFGroup#2777) * Fix Java debug asserts on Windows (HDFGroup#3012) * Fix long double dt_arith bug on macOS (HDFGroup#3038)
Fixes #2994
Fixes #1289
Fixes #2261