sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
41 stars 28 forks source link

Disable csharp build on nightly macOS runs #371

Closed fbergmann closed 6 months ago

fbergmann commented 6 months ago

Description

Nightly build and test fails on macOS on C# tests.

Motivation and Context

this disables the nightly build of macOS C# bindings while building them on win / linux. That way we have succeeding nightly builds again.

Types of changes

Checklist:

Testing