File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
lint :
7
7
name : lint
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-20.04
9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-python@v1
26
26
strategy :
27
27
matrix :
28
28
os :
29
- - ubuntu-latest
29
+ - ubuntu-20.04
30
30
- macos-latest
31
31
- windows-latest
32
32
runs-on : ${{ matrix.os }}
72
72
73
73
tests-integration :
74
74
name : " tests / integration"
75
- runs-on : ubuntu-latest
75
+ runs-on : ubuntu-20.04
76
76
strategy :
77
77
matrix :
78
78
test :
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
coverage :
125
125
needs : ["tests-unit", "tests-integration"]
126
- runs-on : ubuntu-latest
126
+ runs-on : ubuntu-20.04
127
127
steps :
128
128
- name : finalize coverage report submission
129
129
env :
@@ -184,7 +184,7 @@ jobs:
184
184
name : " release"
185
185
if : startsWith(github.ref, 'refs/tags/v')
186
186
needs : ["build"]
187
- runs-on : ubuntu-latest
187
+ runs-on : ubuntu-20.04
188
188
steps :
189
189
- uses : actions/checkout@v1
190
190
- uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments