CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

ci: explicitly specify macos runner version #174

Closed thewtex closed 2 months ago

thewtex commented 2 months ago

The castxml binary is for Intel macOS -> point to macos-12.

thewtex commented 2 months ago

@iMichka the CodeCov token is out-of-date? Do you have an update or should we remove?

iMichka commented 2 months ago

I removed codecov for the time being (#175) and rebased your PR. I don't remember having access to codecov but I need to double check.

The failures are unrelated on macOS: I know these tests are broken but the fix is not that easy (some fiddling around with template whitespaces have to be done ... or rewriting a lot of logic to get it right on all the platforms).

thewtex commented 2 months ago

@iMichka thanks!

If the failures are unrelated, we can also merge #171 ?