Skip to content

Commit ae45ce9

Browse files
committed
run ci on ubuntu 22.04
1 parent 949a31d commit ae45ce9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ on:
1111
jobs:
1212
mix_test:
1313
name: mix test (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- elixir: 1.14.x
20-
otp: 23.x
21-
tests_may_fail: false
19+
# No installer available on ubuntu-22.04
20+
# - elixir: 1.14.x
21+
# otp: 23.x
22+
# tests_may_fail: false
2223
- elixir: 1.14.x
2324
otp: 24.x
2425
tests_may_fail: false

0 commit comments

Comments
 (0)