Closed happyRip closed 1 week ago
There was a new runner released. We should upgrade to it. https://github.blog/changelog/2024-06-24-github-actions-ubuntu-24-04-image-now-available-for-arm64-runners/
Currently we use the ubuntu-22.04-4core for running our actions. We should switch to the newest available runner.
ubuntu-22.04-4core
Upgrading to the new runner will make the actions run faster.
Update the runner and test action execution.
This is completed via #7360
Summary
There was a new runner released. We should upgrade to it. https://github.blog/changelog/2024-06-24-github-actions-ubuntu-24-04-image-now-available-for-arm64-runners/
Current Situation
Currently we use the
ubuntu-22.04-4core
for running our actions. We should switch to the newest available runner.Why do we need this? Who uses it, and when?
Upgrading to the new runner will make the actions run faster.
Proposed Implementation
Update the runner and test action execution.
Contributing
Validation
Code of Conduct