We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbe032a + 4858107 commit da0da7aCopy full SHA for da0da7a
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
18
python-version: ['3.8', '3.11', '3.12']
19
toxenv: ['django42']
20
.github/workflows/publish_pypi.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
10
push:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
13
steps:
- name: Checkout
0 commit comments