-
Notifications
You must be signed in to change notification settings - Fork 44
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
MRA check fails. #115
Comments
Could you point me to a job that fails? I've been searching but don't recall which one could be affected |
The issue is the runtime on GitHub actions' workflow, I've sent a PR to use Ubuntu latest instead of 18.04: MiSTer-devel/Arcade-Druaga_MiSTer#32 I already did this change in many workflows but this one was missing. |
hmm.. I've thought it's centralized. Then there are some other repos with similar issue but it will be hard to find till i will get that error again. |
The runtime is defined in each workflow, and that affects whatever is being run by the task. I was surprised when GitHub dropped support for such a popular distro. Very disappointing, it basically forces all long-lasting GitHub Action users to move to ubuntu-latest which is not the best for build reproducibility. I already changed all the repos to which I have access. |
@theypsilon
it seems github deprecated Ubuntu 18 which affects this script:
https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/other_authors/mra_rom_check.sh
So MRA validating gets failed now.
The text was updated successfully, but these errors were encountered: