Commit Graph

5 Commits

Author SHA1 Message Date
Martin Storsjo 23b030f80e ci: Disable warnings about deprecated functions on macOS
macOS has marked the function vsprintf deprecated; this is used in
FDKsprintf with a number of uses in the codebase, that aren't
entirely trivial to move over to vsnprintf.
2023-10-06 14:04:10 +03:00
Martin Storsjo fc773cca67 ci: Update the llvm-mingw job to the latest version 2023-10-06 14:04:10 +03:00
Martin Storsjo daaebe6a03 ci: Update the checkout steps to the latest, non deprecated version 2023-10-06 14:04:09 +03:00
Martin Storsjo 3f864cce97 ci: Use sysctl instead of nproc on macOS
There's no nproc command on macOS.
2022-05-31 13:29:15 +03:00
Martin Storsjo 072f2cdafd Add Github Actions CI build testing 2022-01-10 14:14:51 +02:00