jamulussoftware / jamulussoftware/jamulus
Move translation checker (and potentially other runners) to ARM runner
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 248
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 9
Description
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.
Contributor guide
Research direction
Start with .github/workflows/translation-check.yml at the referenced runner configuration and compare it with the repository’s other ARM-based workflows. Confirm the translation check uses the intended ARM runner and that the workflow completes successfully without changing its checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 75/100