We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa3bf8 commit 0c6726eCopy full SHA for 0c6726e
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
strategy:
10
fail-fast: false
11
matrix:
0 commit comments