CI: Use "brew" for installing meson in meson-based workflow
The MacOS version used in GitHub actions is upgraded. This version does block
installing a system-wide program through "pip". Just use "brew" for installing meson.
(This commit also removes install step for ninja, because it will be installed in meson
installation process)
Signed-off-by: Mobin Aydinfar <mobin@mobinttestserver.ir>