Skip to content

Commit 58c0e86

Browse files
committed
Use latest ubuntu for CI
1 parent 54d74d2 commit 58c0e86

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
@@ -14,7 +14,7 @@ jobs:
1414
name: Lint
1515
strategy:
1616
matrix:
17-
os: ["ubuntu-20.04"]
17+
os: ["ubuntu-latest"]
1818
elixir: ["1.17"]
1919
otp: ["27"]
2020
steps:
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: ["ubuntu-20.04"]
43+
os: ["ubuntu-latest"]
4444
elixir: ["1.17", "1.16", "1.15", "1.14"]
4545
otp: ["27", "26", "25", "24"]
4646
exclude:

0 commit comments

Comments
 (0)