We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc7080 commit de92f2aCopy full SHA for de92f2a
1 file changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ concurrency:
13
jobs:
14
tests:
15
name: Python ${{ matrix.python-version }}
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
17
18
strategy:
19
matrix:
@@ -49,7 +49,7 @@ jobs:
49
50
coverage:
51
name: Coverage
52
53
needs: tests
54
steps:
55
- uses: actions/checkout@v3
0 commit comments