File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 strategy :
1616 matrix :
1717 include :
18- - os : ubuntu-latest
18+ - os : ubuntu-20.04
1919 rust : stable
20- - os : ubuntu-latest
20+ - os : ubuntu-20.04
2121 rust : beta
22- - os : ubuntu-latest
22+ - os : ubuntu-20.04
2323 rust : nightly
2424 - os : macos-latest
2525 rust : stable
@@ -154,7 +154,7 @@ jobs:
154154
155155 docker :
156156 name : Docker
157- runs-on : ubuntu-latest
157+ runs-on : ubuntu-20.04
158158 strategy :
159159 matrix :
160160 target :
@@ -187,7 +187,7 @@ jobs:
187187
188188 rustfmt :
189189 name : Rustfmt
190- runs-on : ubuntu-latest
190+ runs-on : ubuntu-20.04
191191 steps :
192192 - uses : actions/checkout@v1
193193 with :
@@ -198,7 +198,7 @@ jobs:
198198
199199 build :
200200 name : Build Targets
201- runs-on : ubuntu-latest
201+ runs-on : ubuntu-20.04
202202 strategy :
203203 matrix :
204204 target :
@@ -221,7 +221,7 @@ jobs:
221221
222222 msrv :
223223 name : MSRV
224- runs-on : ubuntu-latest
224+ runs-on : ubuntu-20.04
225225 steps :
226226 - uses : actions/checkout@v1
227227 with :
@@ -232,7 +232,7 @@ jobs:
232232
233233 miri :
234234 name : Miri
235- runs-on : ubuntu-latest
235+ runs-on : ubuntu-20.04
236236 steps :
237237 - uses : actions/checkout@v1
238238 with :
You can’t perform that action at this time.
0 commit comments