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:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - os : ubuntu-20 .04
31
+ - os : ubuntu-24 .04
32
32
platform : x86_64
33
33
34
- - os : ubuntu-20 .04
34
+ - os : ubuntu-24 .04
35
35
platform : PyPy
36
36
37
37
- os : windows-latest
@@ -133,7 +133,7 @@ jobs:
133
133
build_sdist :
134
134
name : Build source distribution
135
135
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
137
137
steps :
138
138
- uses : actions/checkout@v4
139
139
@@ -153,7 +153,7 @@ jobs:
153
153
build_wheels_extra_arch :
154
154
if : " (!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
155
155
# The host should always be linux
156
- runs-on : ubuntu-20 .04
156
+ runs-on : ubuntu-24 .04
157
157
name : Build extra arch ${{ matrix.archs }} wheels
158
158
strategy :
159
159
fail-fast : false
@@ -193,7 +193,7 @@ jobs:
193
193
194
194
upload_pypi :
195
195
needs : [build_wheels, build_wheels_extra_arch, build_sdist]
196
- runs-on : ubuntu-20 .04
196
+ runs-on : ubuntu-24 .04
197
197
permissions :
198
198
id-token : write
199
199
You can’t perform that action at this time.
0 commit comments