@@ -8,7 +8,7 @@ permissions:
88jobs :
99 linting :
1010 name : Linting
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Install dependencies
3535
3636 pip-build-sdist :
3737 name : Build SDist
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-24.04
3939 steps :
4040 - uses : actions/checkout@v4
4141
5353 pip-test-sdist :
5454 name : Test sdist
5555 needs : pip-build-sdist
56- runs-on : ubuntu-latest
56+ runs-on : ubuntu-24.04
5757 steps :
5858 - name : Download sdist from artifacts
5959 uses : actions/download-artifact@v4
7777 fail-fast : false
7878 matrix :
7979 os :
80- - ubuntu-latest
80+ - ubuntu-24.04
8181 - macos-latest
8282 - windows-latest
8383
@@ -105,13 +105,13 @@ jobs:
105105 fail-fast : false
106106 matrix :
107107 os :
108- - ubuntu-latest
108+ - ubuntu-24.04
109109 - macos-latest
110110 - windows-latest
111111 python-version : ["3.9", "3.10", "3.11", "3.12"]
112112 include :
113- - os : " ubuntu-latest "
114- artifact : loopprojectfile-wheels-ubuntu-latest
113+ - os : " ubuntu-24.04 "
114+ artifact : loopprojectfile-wheels-ubuntu-24.04
115115 - os : " macos-latest"
116116 artifact : loopprojectfile-wheels-macos-latest
117117 - os : " windows-latest"
@@ -153,7 +153,7 @@ jobs:
153153 fail-fast : false
154154 matrix :
155155 os :
156- - ubuntu-latest
156+ - ubuntu-24.04
157157 - macos-latest
158158 - windows-latest
159159 python-version : ["3.9", "3.10", "3.11", "3.12"]
@@ -202,7 +202,7 @@ jobs:
202202
203203 release-please :
204204 needs : [pip-test-wheels, conda-build]
205- runs-on : ubuntu-latest
205+ runs-on : ubuntu-24.04
206206 if : github.ref == 'refs/heads/master'
207207 steps :
208208 - uses : actions/checkout@v4
@@ -222,7 +222,7 @@ jobs:
222222 fail-fast : false
223223 matrix :
224224 os :
225- - ubuntu-latest
225+ - ubuntu-24.04
226226 - macos-latest
227227 - windows-latest
228228 python-version : ["3.9", "3.10", "3.11", "3.12"]
@@ -247,7 +247,7 @@ jobs:
247247 pypi-upload :
248248 needs : [release-please, pip-test-wheels]
249249 runs-on :
250- - ubuntu-latest
250+ - ubuntu-24.04
251251 - macos-latest
252252 - windows-latest
253253
0 commit comments