4J-company / mr-graphics

Fast* parallel** vulkan.hpp renderer***
4 stars 0 forks source link

Fix MacOS CI #41

Open cone-forest opened 4 months ago

cone-forest commented 4 months ago

Main problem for now is header. GCC uses PSTL so linkage against OneTBB is required. AppleClang doesn't have header at all, so need to download PSTL manually. macos-latest, which is arm-based system, probably requires to build OneTBB from scratch.

For now MacOS CI is removed.