Skip to content

Commit d240dad

Browse files
committed
fix: fix ci
1 parent 41c4199 commit d240dad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
linter:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
defaults:
1212
run:
1313
working-directory: .
@@ -23,7 +23,7 @@ jobs:
2323

2424
typing:
2525
needs: [ linter ]
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727
defaults:
2828
run:
2929
working-directory: .
@@ -39,7 +39,7 @@ jobs:
3939

4040
tests:
4141
needs: [ typing, linter ]
42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-22.04
4343
defaults:
4444
run:
4545
working-directory: .

0 commit comments

Comments
 (0)