1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

When using erlef, Erlang/OTP 21 is only available in ubuntu 20.04

See
https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp
This commit is contained in:
Badlop 2022-12-13 23:35:14 +01:00
parent a193128543
commit fe8b98a1f3

View file

@ -125,7 +125,7 @@ jobs:
elixir: '1.11.4' elixir: '1.11.4'
- otp: '25.0' - otp: '25.0'
elixir: '1.12.3' elixir: '1.12.3'
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps: