aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Disable warnings about deprecated functions on macOSMartin Storsjo2023-10-061-2/+2
| | | | | | 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.
* ci: Update the llvm-mingw job to the latest versionMartin Storsjo2023-10-061-2/+2
|
* ci: Update the checkout steps to the latest, non deprecated versionMartin Storsjo2023-10-061-13/+13
|
* ci: Use sysctl instead of nproc on macOSMartin Storsjo2022-05-311-1/+1
| | | | There's no nproc command on macOS.
* Add Github Actions CI build testingMartin Storsjo2022-01-101-0/+174