-
Notifications
You must be signed in to change notification settings - Fork 178
Update github enviroment #291
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
base: master
Are you sure you want to change the base?
Conversation
|
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 now minimum requirements are: [Python] version 3.7 or newer |
|
Perfect, thank you for the explanation. |
|
Clearly this is needed to have this workflow work at all (GitHub does not offer macos-10.15 runners anymore). I wonder what blocks it from being merged? |
|
The Windows build is now failing. |
|
You should squash a lot of these commits. Also: why did you delete the MSVC job? That's not really appropriate: we still want to build with MSVC as well as GCC on MSYS2. |
updated BSFishy/meson-build Update msvc-env.yml 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 Update msvc-env.yml removed argument --fatal-meson-warnings Update meson.build updated meson version Update macos.yml switch to the oldest supported macOs Update msvc-env.yml fix node.js <20 deprecation Update macos.yml Update macos.yml Update msvc-env.yml Update msvc-env.yml Update meson.build Update msvc-env.yml Update meson.build Update .github enviroment Update msvc-env.yml Update msys2.yml
updated BSFishy/meson-build