elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.39k stars 212 forks source link

Fix GitHub actions #288

Closed beligante closed 1 year ago

beligante commented 1 year ago

The alias ubuntu-latest is fetching the OTP versions from Ubuntu 22.04 which does not contains OTP versions minor than OTP 24.

In order to fix the GitHub actions to run with older versions of OTP I'm changing the ubuntu version to use 20.04.

You might want to update this in the future once 22.04 adds support for older OTP version, tho, for now I think this is okay-ish