Skip to content

Commit 3d28b81

Browse files
committed
chore(action): 💚 make ci work well for python3.6
1 parent 4e03b54 commit 3d28b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
1414
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

0 commit comments

Comments
 (0)