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 e4e44d2 commit 964f00bCopy full SHA for 964f00b
.github/workflows/pythonapp.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ${{ matrix.os }}
47
strategy:
48
matrix:
49
- os: [ubuntu-22.04]
+ os: [ubuntu-latest]
50
python-version: ["3.10", "3.11", "3.12", "3.13"]
51
steps:
52
- uses: actions/checkout@v5
0 commit comments