24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +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'
- otp: '25.0'
elixir: '1.12.3'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps: