We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5cbad commit 0ba22bcCopy full SHA for 0ba22bc
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
docs:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
8
steps:
9
- name: Set up Python 3
10
uses: actions/setup-python@v2
@@ -34,7 +34,7 @@ jobs:
34
name: docs
35
path: html
36
lint:
37
38
39
40
0 commit comments