neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Match the right Ubuntu version to Erlang/OTP-20 in readme (#212)
ea13066 · Kian-Meng Ang · 2023-06-15 13:08
Files changed
modified
README.md
+2
−2
@@ -121,7 +121,7 @@ on: push
| 121 | 121 | |
| 122 | 122 | jobs: |
| 123 | 123 | test: |
| 124 | − runs-on: ubuntu-latest | |
| 124 | + runs-on: ubuntu-20.04 | |
| 125 | 125 | name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} |
| 126 | 126 | strategy: |
| 127 | 127 | matrix: |
@@ -145,7 +145,7 @@ on: push
| 145 | 145 | |
| 146 | 146 | jobs: |
| 147 | 147 | test: |
| 148 | − runs-on: ubuntu-latest | |
| 148 | + runs-on: ubuntu-20.04 | |
| 149 | 149 | name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}} |
| 150 | 150 | strategy: |
| 151 | 151 | matrix: |
Parents: 53bf0a5