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
1 changed files with 1 additions and 1 deletions

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: