Skip to content

Commit 26129ef

Browse files
authored
Use ubuntu-latest (#2116)
1 parent ec3cb53 commit 26129ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
assets:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
include:
@@ -70,7 +70,7 @@ jobs:
7070
file_pattern: formatters
7171

7272
elixir:
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-latest
7474
strategy:
7575
fail-fast: false
7676
matrix:

0 commit comments

Comments
 (0)