Skip to content

Commit 3a0cae6

Browse files
committed
revert to ubuntu 20.04 - OTP 23 is not available on 22.04
1 parent a684ec2 commit 3a0cae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
mix_test:
1313
name: mix test (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-20.04
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)