File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 test :
77 name : Test
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-24 .04
99 strategy :
1010 fail-fast : false
1111 matrix :
1414 elixir : main
1515 - erlang : " 25.2"
1616 elixir : " 1.14.3"
17- lint : true
18- - erlang : " 20.3"
19- elixir : " 1.4.5"
17+ lint : true"
2018 steps :
2119 - uses : actions/checkout@v3
2220
Original file line number Diff line number Diff line change 77jobs :
88 outdated :
99 name : Check outdated
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111 steps :
1212 - uses : actions/checkout@v2
1313 with :
Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 name : Publish
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : actions/checkout@v3
1414 with :
You can’t perform that action at this time.
0 commit comments