From fe8b98a1f3a54ac343f6f80497ec16b6ba29d00c Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 13 Dec 2022 23:35:14 +0100 Subject: [PATCH] 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 --- .github/workflows/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index c903b1889..4c059c97b 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -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: