cpp-httplib
cpp-httplib copied to clipboard
Tweak CI & fix macOS prefix
Hello,
I separated each os in the workflow file to make it cleaner. Additionally, now, in case of one OS workflow failure, the others don't get cancelled (although this could be achieved with fail-fast: false in the current setting). That seems more reasonable, because if there are issues, you want to see them all at once.
Another part is the fix for macOS and its homebrew prefix.