We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c4199 commit d240dadCopy full SHA for d240dad
1 file changed
.github/workflows/checks.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
9
linter:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
defaults:
12
run:
13
working-directory: .
@@ -23,7 +23,7 @@ jobs:
23
24
typing:
25
needs: [ linter ]
26
27
28
29
@@ -39,7 +39,7 @@ jobs:
39
40
tests:
41
needs: [ typing, linter ]
42
43
44
45
0 commit comments