We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead9b36 commit 01fd0dcCopy full SHA for 01fd0dc
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
strategy:
55
fail-fast: false
56
matrix:
57
- os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest ]
+ os: [ ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest ]
58
python-version: [ 3.9, '3.10', '3.11', '3.12' ]
59
60
runs-on: ${{ matrix.os }}
0 commit comments