Skip to content

Commit bfe88ed

Browse files
authored
Update CI to latest Ubuntu image. (#3428)
1 parent e097290 commit bfe88ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
lint:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
2323
python-version: [3.8]
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
make lint
3737
docs:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
needs: lint
4040
strategy:
4141
matrix:
@@ -63,7 +63,7 @@ jobs:
6363
make docs
6464
make doctest
6565
tutorials-html:
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-latest
6767
needs: lint
6868
strategy:
6969
matrix:
@@ -97,7 +97,7 @@ jobs:
9797
run: |
9898
SPHINXOPTS="-E" make tutorial
9999
unit:
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-latest
101101
needs: docs
102102
strategy:
103103
matrix:
@@ -129,7 +129,7 @@ jobs:
129129
COVERALLS_PARALLEL: true
130130
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
131131
examples:
132-
runs-on: ubuntu-20.04
132+
runs-on: ubuntu-latest
133133
needs: [docs, tutorials-html]
134134
strategy:
135135
matrix:
@@ -165,7 +165,7 @@ jobs:
165165
COVERALLS_PARALLEL: true
166166
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
167167
integration_1:
168-
runs-on: ubuntu-20.04
168+
runs-on: ubuntu-latest
169169
needs: docs
170170
strategy:
171171
matrix:
@@ -197,7 +197,7 @@ jobs:
197197
COVERALLS_PARALLEL: true
198198
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
199199
integration_2:
200-
runs-on: ubuntu-20.04
200+
runs-on: ubuntu-latest
201201
needs: docs
202202
strategy:
203203
matrix:
@@ -229,7 +229,7 @@ jobs:
229229
COVERALLS_PARALLEL: true
230230
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
231231
funsor:
232-
runs-on: ubuntu-20.04
232+
runs-on: ubuntu-latest
233233
needs: docs
234234
strategy:
235235
matrix:
@@ -264,7 +264,7 @@ jobs:
264264
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
265265
finish:
266266
needs: [unit, examples, integration_1, integration_2, funsor]
267-
runs-on: ubuntu-20.04
267+
runs-on: ubuntu-latest
268268
strategy:
269269
matrix:
270270
python-version: [3.8]

0 commit comments

Comments
 (0)