Update Ubuntu-version (GitHub Runner)#81
Conversation
Adjust BEAR command input: now BEAR requires two dashes and a space before the command itself. Changed `bear make -j(nproc)` to `bear -- make -j(nproc)`.
I agree in principle we chose choose the closest to debian 12. let us sse what @anacso17 says. they might have a software roadmap we migth not know yet. |
|
Hi guys
The options for linux runners GitHub Actions make available are only ubuntu, not debian. I had the same problem in dev-packages and mathphys, and we had moved to ubuntu-22.04 (https://github.com/lnls-sirius/dev-packages/blob/master/.github/workflows/test-siriuspy.yml#L7, https://github.com/lnls-fac/mathphys/blob/master/.github/workflows/test-mathphys.yml#L7), which is near to debian11 (which we are using for IOCs container images). Maybe we can test for both ubuntu-22.04 and ubuntu-24.04 (which is near to debian12). |
ubuntu-latest -> ubuntu-22.04
|
@VitorSouzaLNLS , @anacso17 suggestion was to test on both, Ubuntu 22 and 24. Is it possible to do that? |
done! |
The latest Trackcpp commits and PRs have been failing to build on GitHub Actions. All failures show the same message: "This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101"
According to this, the GitHub runner image
ubuntu-20.04has been deprecated and was deactivated on April 15th, 2025.This PR updates the image to
ubuntu-latestas suggested.Alternatively, we can also choose a specific version among
ubuntu-22.04orubuntu-24.04.