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 cd002bd commit 8f4a74dCopy full SHA for 8f4a74d
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ env:
6
7
jobs:
8
tests:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
10
strategy:
11
matrix:
12
python-version: ["3.8", "3.9", "3.10", "3.11"]
@@ -73,7 +73,7 @@ jobs:
73
74
release:
75
needs: tests
76
77
if: startsWith(github.ref, 'refs/tags/')
78
steps:
79
- uses: actions/checkout@v3
0 commit comments