Skip to content

Commit 11fbdea

Browse files
committed
Adjust GitHub Actions workflow image version to accommodate Python 3.7.
1 parent a5d563c commit 11fbdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test-cover-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_call: # If invoked by build-publish-sign-release workflow.
77
jobs:
88
lint_test_cover_docs:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
1212
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)