Match the right Ubuntu version to Erlang/OTP-20 in readme (#212)

This commit is contained in:
Kian-Meng Ang
2023-06-15 21:08:54 +08:00
committed by GitHub
parent 53bf0a5069
commit ea13066252
+2 -2
View File
@@ -121,7 +121,7 @@ on: push
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy: strategy:
matrix: matrix:
@@ -145,7 +145,7 @@ on: push
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}} name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
strategy: strategy:
matrix: matrix: