File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 fail-fast : false
2929 matrix :
3030 include :
31- - os : ubuntu-20 .04
31+ - os : ubuntu-24 .04
3232 platform : x86_64
3333
34- - os : ubuntu-20 .04
34+ - os : ubuntu-24 .04
3535 platform : PyPy
3636
3737 - os : windows-latest
@@ -133,7 +133,7 @@ jobs:
133133 build_sdist :
134134 name : Build source distribution
135135 if : " (!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
136- runs-on : ubuntu-20 .04
136+ runs-on : ubuntu-24 .04
137137 steps :
138138 - uses : actions/checkout@v4
139139
@@ -153,7 +153,7 @@ jobs:
153153 build_wheels_extra_arch :
154154 if : " (!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
155155 # The host should always be linux
156- runs-on : ubuntu-20 .04
156+ runs-on : ubuntu-24 .04
157157 name : Build extra arch ${{ matrix.archs }} wheels
158158 strategy :
159159 fail-fast : false
@@ -193,7 +193,7 @@ jobs:
193193
194194 upload_pypi :
195195 needs : [build_wheels, build_wheels_extra_arch, build_sdist]
196- runs-on : ubuntu-20 .04
196+ runs-on : ubuntu-24 .04
197197 permissions :
198198 id-token : write
199199
You can’t perform that action at this time.
0 commit comments