Currently, the translation check runs on ubuntu-latest: https://github.com/jamulussoftware/jamulus/blob/cc40a8a9442879a39dd9fda3ee4f61fccde2c2ba/.github/workflows/translation-check.yml#L25 To save resources, I assume that ARM is more efficient. As we use ARM on other similar runners too, I believe we should switch to arm here too.
Currently, the translation check runs on ubuntu-latest:
jamulus/.github/workflows/translation-check.yml
Line 25 in cc40a8a
To save resources, I assume that ARM is more efficient. As we use ARM on other similar runners too, I believe we should switch to arm here too.