Skip to content

Commit 50fe655

Browse files
committed
Run pre-commit workflow with the latest runner, because ubuntu-20.04 is obsolete
1 parent e2d17db commit 50fe655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
pre-commit:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)