-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update github enviroment #291
base: master
Are you sure you want to change the base?
Conversation
updated BSFishy/meson-build
It usually helps to specify why you need to change something. In this particular case: why is it necessary to update the version of the action? |
the libraries currently used allow the use of Python v 3.5 (eol 2020), which is not safe to use. meson build to 1.0.3 update to setup-python@v4 meson-version to 1.2.2
The libraries currently used allow the use of Python v 3.5 (eol 2020), which is not safe to use. meson build to 1.0.3 now minimum requirements are: [Python] version 3.7 or newer |
Perfect, thank you for the explanation. |
removed argument --fatal-meson-warnings
updated meson version
switch to the oldest supported macOs
fix node.js <20 deprecation
updated BSFishy/meson-build