Skip to content

Commit 6546ba1

Browse files
authored
Merge pull request #243 from elixirmoney/fix-ci-runners
fix: update CI runner image
2 parents 28e405d + aedf7c7 commit 6546ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1111
strategy:
1212
matrix:
1313
include:
1414
- otp: 27.0
1515
elixir: 1.18.2
16-
- otp: 21.3
16+
- otp: 24
1717
elixir: 1.11.4
1818

1919
steps:

0 commit comments

Comments
 (0)