Skip to content

Commit 8fb0c70

Browse files
authored
Use ubuntu-latest in all ci tasks (#98)
1 parent 039c5b6 commit 8fb0c70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
pytest:
3838
name: pytest ${{ matrix.python-version }}
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-latest
4040
needs: pre-commit
4141
strategy:
4242
fail-fast: false
@@ -67,7 +67,7 @@ jobs:
6767
6868
codecov:
6969
name: codecov
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-latest
7171
needs: pytest
7272

7373
steps:

0 commit comments

Comments
 (0)