We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8789479 commit f979871Copy full SHA for f979871
.github/workflows/analysis-coverage.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
test:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
strategy:
13
fail-fast: false
14
matrix:
@@ -82,7 +82,7 @@ jobs:
82
needs: [ test ]
83
permissions:
84
contents: none
85
86
name: Upload Coverage
87
steps:
88
- uses: actions/checkout@v4
.github/workflows/sphinxbuild.yml
appstore_docs:
- uses: actions/setup-python@v5
0 commit comments