Skip to content

Commit 1d44373

Browse files
committed
Need to use older Ubuntu for Python 3.6
1 parent d6e27c3 commit 1d44373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
test:
88
name: Test
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010

1111
strategy:
1212
matrix:
@@ -44,7 +44,7 @@ jobs:
4444

4545
lint:
4646
name: Lint
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-20.04
4848

4949
strategy:
5050
matrix:
@@ -82,7 +82,7 @@ jobs:
8282

8383
type-check:
8484
name: Type Check
85-
runs-on: ubuntu-latest
85+
runs-on: ubuntu-20.04
8686

8787
strategy:
8888
matrix:

0 commit comments

Comments
 (0)