Skip to content

Commit d8543a8

Browse files
committed
ubuntu
1 parent 424b41c commit d8543a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
services:
1515
redis:
1616
image: redis
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v3
2727
with:
28-
python-version: '3.7'
28+
python-version: '3.6'
2929

3030
- name: Install dependencies
3131
run: |

0 commit comments

Comments
 (0)