-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Is your feature request related to a problem? Please describe.
Similar to #443.
ubuntu-24.04 is currently available as a GitHub Actions image (beta).
When I run this action on the image, I get: Version "24.04" of Ubuntu is not supported.
I should note that ubuntu-24.04, unlike ubuntu-22.04 and ubuntu-20.04, no longer pre-installs any version of Swift, so this is probably relatively important given many users will now need to set up Swift separately in their workflow. The change is included in the 24.04 announcement issue: actions/runner-images#9848.
Describe the solution you'd like
It seems like the fix last time was relatively straightforward so hoping it is the same this time 😄 If I can get to it before maintainers, I can give it a try myself.