Skip to content

Commit 618aa5d

Browse files
Update to ubunto-latest
1 parent 88f7b31 commit 618aa5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
python-version: [3.6, 3.7, 3.8]
@@ -45,7 +45,7 @@ jobs:
4545
path: .coverage
4646

4747
deploy:
48-
runs-on: ubuntu-18.04
48+
runs-on: ubuntu-latest
4949
needs: test
5050
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
5151

@@ -60,7 +60,7 @@ jobs:
6060
- name: Upgrade pip and setuptools
6161
run: |
6262
python -m pip install --upgrade pip setuptools
63-
63+
6464
- name: Install dependencies
6565
run: pip install twine wheel
6666

0 commit comments

Comments
 (0)