Skip to content

Commit dc60376

Browse files
committed
fix runs on
1 parent e64c7c7 commit dc60376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: pre-commit/[email protected]
1010

1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
needs: lint
1414
strategy:
1515
matrix:
@@ -34,6 +34,7 @@ jobs:
3434
run: tox -e ${{ matrix.tox || 'py' }}
3535

3636
publish:
37+
runs-on: ubuntu-latest
3738
needs: test
3839
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3940
steps:

0 commit comments

Comments
 (0)