Skip to content

Commit

Permalink
Make CI run on Ubuntu 20.04 (#115)
Browse files Browse the repository at this point in the history
This is temporary until we stop supporting Django 3.2. This will happen long before Ubuntu 20.04 goes out of fashion.
  • Loading branch information
kytta authored Dec 6, 2022
2 parents 39ae5b0 + d3c39f1 commit 8df2b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8df2b25

Please sign in to comment.