File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 branches : main
66jobs :
77 build :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - name : checkout
1111 uses : actions/checkout@v2
1515 - name : set up Python
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.8
18+ python-version : 3.9
1919
2020 - name : install mkdocs
2121 run : |
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: build tutorial
33on : [push, pull_request]
44jobs :
55 build :
6- runs-on : ubuntu-20 .04
6+ runs-on : ubuntu-24 .04
77 steps :
88 - name : checkout
99 uses : actions/checkout@v2
1010
1111 - name : set up Python
1212 uses : actions/setup-python@v1
1313 with :
14- python-version : 3.8
14+ python-version : 3.9
1515
1616 - name : Codespell action
1717 uses : codespell-project/actions-codespell@master
You can’t perform that action at this time.
0 commit comments