From ea1306625238298d6d2355ca73846fa78d1046ce Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 15 Jun 2023 21:08:54 +0800 Subject: [PATCH] Match the right Ubuntu version to Erlang/OTP-20 in readme (#212) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5885d7c..983679f 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ on: push jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: @@ -145,7 +145,7 @@ on: push jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}} strategy: matrix: