File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 check_format :
13- runs-on : ubuntu-20.04
13+ runs-on : ubuntu-latest
1414 name : Check format
1515 steps :
1616 - uses : actions/checkout@v3
2929 - name : Check format
3030 run : mix format --check-formatted
3131 tests :
32- runs-on : ubuntu-20.04
32+ runs-on : ubuntu-latest
3333 name : OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
3434 strategy :
3535 matrix :
5656 - name : Run Tests
5757 run : mix test
5858 interop-tests :
59- runs-on : ubuntu-20.04
59+ runs-on : ubuntu-latest
6060 name : Interop tests
6161 needs : check_format
6262 if : ${{ github.ref != 'refs/heads/master' }}
8080 working-directory : ./interop
8181
8282 interop-tests-all :
83- runs-on : ubuntu-20.04
83+ runs-on : ubuntu-latest
8484 name : Interop tests OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
8585 needs : check_format
8686 if : ${{ github.ref == 'refs/heads/master' }}
@@ -111,7 +111,7 @@ jobs:
111111 working-directory : ./interop
112112
113113 check_release :
114- runs-on : ubuntu-20.04
114+ runs-on : ubuntu-latest
115115 name : Check release
116116 needs : check_format
117117 steps :
You can’t perform that action at this time.
0 commit comments