We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d563c commit 11fbdeaCopy full SHA for 11fbdea
.github/workflows/lint-test-cover-docs.yml
@@ -6,7 +6,7 @@ on:
6
workflow_call: # If invoked by build-publish-sign-release workflow.
7
jobs:
8
lint_test_cover_docs:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
10
strategy:
11
matrix:
12
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
0 commit comments