erlef / setup-beam

Set up your BEAM-based GitHub Actions workflow (Erlang, Elixir, Gleam, ...)
MIT License
373 stars 50 forks source link

Ubuntu 24.04 support #270

Closed richard-viney closed 3 months ago

richard-viney commented 3 months ago

GitHub has recently released Ubuntu 24.04 support in beta on GitHub actions:

https://github.blog/changelog/2024-05-14-github-hosted-runners-public-beta-of-ubuntu-24-04-is-now-available/

Could support for this be added? Currently using the beta ubuntu-24.04 runner gives:

Tried to map a target OS from env. variable 'ImageOS' (got ubuntu24), but failed. If you're using a self-hosted runner, you should set 'env': 'ImageOS': ... to one of the following: ['ubuntu18', 'ubuntu20', 'ubuntu22', 'win19', 'win22']

Thanks!