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 1297a98 commit a06b996Copy full SHA for a06b996
.github/workflows/ci-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- python-version: '3.11'
22
tox: py311
23
poetry-version: [ "1.8.2" ]
24
- os: [ ubuntu-20.04, macos-latest, windows-latest ]
+ os: [ ubuntu-22.04, macos-latest, windows-latest ]
25
runs-on: ${{ matrix.os }}
26
name: Python ${{ matrix.config.python-version }} / Poetry ${{ matrix.poetry-version }} / ${{ matrix.os }}
27
defaults:
0 commit comments