Skip to content

Commit 2bfcad7

Browse files
committed
run on ubuntu20, there's no py3.6 on ubuntu22
1 parent 23cb26c commit 2bfcad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_djelme.yml

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

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
@@ -36,7 +36,7 @@ jobs:
3636
- {python: '3.7', django: '4.1'}
3737
- {python: '3.10', django: '1.11'}
3838
- {python: '3.10', django: '2.0'}
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-20.04
4040
services:
4141
elasticsearch:
4242
image: elasticsearch:6.8.23

0 commit comments

Comments
 (0)