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.
2 parents 6bca0d6 + ea7f99e commit c456911Copy full SHA for c456911
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
17
python-version: ['3.8', '3.11', '3.12']
18
toxenv: [quality, docs, django42]
19
.github/workflows/pypi-publish.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
9
push:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
12
steps:
- name: Checkout
0 commit comments