elixir-gettext/expo

Ubuntu 18.04 no longer supported in CI

maennchen opened this issue · 4 comments

Ubuntu 18.04 images are no longer supported: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

This cuases our CI to fail: https://github.com/elixir-gettext/expo/actions/runs/4853307131

I think the idea was to test the oldest possible version combination and the newest one.

Do we want to make sure 21.3 can install on ubuntu 20.04 or should we just raise the minimum requirements?

21.3 installs fine on 20.04, you should be able to just change to ubuntu-20.04 and leave everything else alone 👍

@whatyouhide Ah right, it was 22.04 that didn't support OTP 21.3.

Yep!

Closed via #115