You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the recent merge into main is failing on macOS CI. As the PR ( #321 ) was passing before, maybe this is due to old logic macOS 10.9 logic that needs a refresh for macOS 10.13 ( conda-forge/conda-forge.github.io#1844 ), which is the minimum macOS version
In file included from /Users/runner/miniforge3/conda-bld/vtk_1717706324879/_build_env/bin/../include/c++/v1/__mbstate_t.h:45:
/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/sys/_types/_mbstate_t.h:31:9: error: unknown type name '__darwin_mbstate_t'typedef__darwin_mbstate_tmbstate_t;
^
1 error generated.
The text was updated successfully, but these errors were encountered:
Looks like the recent merge into
main
is failing on macOS CI. As the PR ( #321 ) was passing before, maybe this is due to old logic macOS 10.9 logic that needs a refresh for macOS 10.13 ( conda-forge/conda-forge.github.io#1844 ), which is the minimum macOS versionThe text was updated successfully, but these errors were encountered: