macos-setup-brew: Use LUA 5.4

This commit is contained in:
Anders Broman 2024-02-22 06:58:53 +01:00 committed by AndersBroman
parent fdcc57302f
commit 3d8e72fdf9
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ fi
install_formulae "${ACTUAL_LIST[@]}"
if [ $INSTALL_OPTIONAL -ne 0 ] ; then
brew install lua@5.1 || printf "Lua 5.1 installation failed.\\n"
brew install lua@5.3 || printf "Lua 5.3 installation failed.\\n"
fi
if [ $INSTALL_DMG_DEPS -ne 0 ] ; then