markfinal / cruiz

Conan recipe user interface
https://cruiz.readthedocs.io/
Apache License 2.0
11 stars 1 forks source link

Expand CI to be tested on all three desktop platforms #151

Closed markfinal closed 1 week ago

markfinal commented 1 week ago

Current CI runs on Linux only. This should be tested on Windows and Mac as well.

markfinal commented 1 week ago

Mac passes fine, but Windows has a mypy linting error.

markfinal commented 1 week ago

There is also a warning on Mac runners for Python 3.8, as the runners don't appear to support it properly.

https://github.com/actions/setup-python/issues/862