Skip to content

Commit 3757749

Browse files
committed
migrate mypy to ubuntu-latest
1 parent 0a2cf05 commit 3757749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mypy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: mypy
23

34
on:
@@ -15,7 +16,7 @@ defaults:
1516

1617
jobs:
1718
ci:
18-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
1920
steps:
2021
# Checkout the code
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)