We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c6e6d commit 4c75e93Copy full SHA for 4c75e93
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
pytest:
11
needs: [lint]
12
- runs-on: ubuntu-22.04.5
+ runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
0 commit comments