File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : dcfbd4b
2+ _commit : f43b419
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : python
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ permissions:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-24.04
2929
3030 steps :
3131 - name : Checkout
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 docs :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 if : github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
2020 deploy :
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
You can’t perform that action at this time.
0 commit comments