sse2neon icon indicating copy to clipboard operation
sse2neon copied to clipboard

Add more supported OSes(e.g. macOS and Windows) during CI

Open howjmay opened this issue 3 years ago • 1 comments

Currently we are running CI on Ubuntu only. Maybe we should cover more OSes (e.g. macOS and Windows) in CI. Based this article GitHub Action supports macOS and Windows

howjmay avatar Jul 26 '21 02:07 howjmay

macOS is supported by CI environments. However, its architecture is based on x86_64.

jserv avatar Jun 02 '22 03:06 jserv

commit 990541d80dc809237625a7fd2cbcb0350166bd56 introduced clang/Windows build for GitHub Actions.

jserv avatar Dec 24 '22 21:12 jserv