mpv/.github/workflows
Dudemanguy 3fd840f85d github/workflows: switch back to luajit for macos
Homebrew finally pulled the plug on lua 5.1*, and it is no more. So we
have to change to a different lua package and the only other choice is
luajit (no 5.2 in homebrew). We used to use luajit for the ci, but
649556b2b6 switched it to lua 5.1. As
explained there, luajit 2.0 was horribly bugged and not usuable for mpv
and the build had to do dumb hacks to work around it. I expected 5.1 to
last a bit longer than a couple of years, but luckily it seems like
luajit in homebrew now pulls a luajit 2.1 version (some rolling release
thing or however upstream works). The details don't really matter for
us since 2.1 does not have all the awful issues that 2.0 used to have.
So just switch to luajit again.

*: 57d73df3ba
2024-02-18 00:39:50 +00:00
..
build.yml github/workflows: switch back to luajit for macos 2024-02-18 00:39:50 +00:00
comment.yml github/workflows: revert to github-script@v6 2024-02-05 11:13:18 +01:00
docs.yml github/workflows: update actions package versions 2024-01-26 03:28:55 +00:00
lint.yml github/workflows: update actions package versions 2024-01-26 03:28:55 +00:00