Skip to content

Commit 8df2b25

Browse files
authored
Make CI run on Ubuntu 20.04 (#115)
This is temporary until we stop supporting Django 3.2. This will happen long before Ubuntu 20.04 goes out of fashion.
2 parents 39ae5b0 + d3c39f1 commit 8df2b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
strategy:
1010
fail-fast: false
1111
matrix:

0 commit comments

Comments
 (0)