Skip to content

Commit d0950c5

Browse files
authored
fix(ci): use ubuntu-latest for mypy action (#2784)
1 parent c813d84 commit d0950c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaults:
1515

1616
jobs:
1717
ci:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
# Checkout the code
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)