Skip to content

Commit 4aabf53

Browse files
committed
fix GitHub workflow
1 parent c562598 commit 4aabf53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
lint:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout dnfile
1010
uses: actions/checkout@v2
@@ -20,7 +20,7 @@ jobs:
2020
run: tox -e type
2121

2222
test:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout dnfile
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)