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 : 552b2de
2+ _commit : f43b419
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff line change @@ -31,29 +31,29 @@ jobs:
3131 strategy :
3232 matrix :
3333 include :
34- - name : ubuntu-latest
34+ - name : ubuntu-24.04
3535 dist_path : dist
36- os : ubuntu-latest
36+ os : ubuntu-24.04
3737 python : " 3.11"
3838 target : native
3939 - name : ubuntu-24.04-arm
4040 dist_path : dist
4141 os : ubuntu-24.04-arm
4242 python : " 3.11"
4343 target : native
44- - name : macos-latest
44+ - name : macos-26
4545 dist_path : dist
46- os : macos-latest
46+ os : macos-26
4747 python : " 3.11"
4848 target : native
49- - name : windows-latest
49+ - name : windows-2025
5050 dist_path : dist
51- os : windows-latest
51+ os : windows-2025
5252 python : " 3.11"
5353 target : native
5454 - name : pyodide
5555 dist_path : dist/pyodide
56- os : ubuntu-latest
56+ os : ubuntu-24.04
5757 python : " 3.14"
5858 target : pyodide
5959
8282
8383 - name : Checks
8484 run : make checks
85- if : matrix.name == 'ubuntu-latest '
85+ if : matrix.name == 'ubuntu-24.04 '
8686
8787 - name : Build
8888 run : make build
@@ -107,7 +107,7 @@ jobs:
107107 uses : EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0
108108 with :
109109 files : ' **/junit.xml'
110- if : matrix.name == 'ubuntu-latest '
110+ if : matrix.name == 'ubuntu-24.04 '
111111
112112 - name : Upload coverage
113113 uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
@@ -132,7 +132,7 @@ jobs:
132132 shell : bash
133133 env :
134134 CIBW_ARCHS_LINUX : native
135- if : matrix.name == 'ubuntu-latest '
135+ if : matrix.name == 'ubuntu-24.04 '
136136
137137 - name : Build distributions (Linux ARM64)
138138 run : |
@@ -164,7 +164,7 @@ jobs:
164164 uses : actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
165165 with :
166166 module : python_template_rust
167- if : matrix.name == 'ubuntu-latest '
167+ if : matrix.name == 'ubuntu-24.04 '
168168
169169 - name : Upload distributions
170170 uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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
2727 - name : Download distributions
2828 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
2929 with :
30- pattern : dist-ubuntu-latest *
30+ pattern : dist-ubuntu-24.04 *
3131 merge-multiple : true
3232 path : dist
3333 run-id : ${{ github.event.workflow_run.id }}
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