TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
990 stars 309 forks source link

Update GH Actions runner to Ubuntu 24 #7323

Closed happyRip closed 1 week ago

happyRip commented 1 month ago

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

KrishnaIyer commented 1 week ago

This is completed via #7360