Skip to content

Commit 707c440

Browse files
committed
GITHUB: upgrade mypy action to 22.04
1 parent 34c47d8 commit 707c440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request, push]
55
jobs:
66
run_mypy:
77

8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)