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:
parent
a193128543
commit
fe8b98a1f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue