File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 build_wheels_extra_arch :
155155 if : " (!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
156156 # The host should always be linux
157- runs-on : ubuntu-20 .04
157+ runs-on : ubuntu-24 .04
158158 name : Build extra arch ${{ matrix.archs }} wheels
159159 strategy :
160160 fail-fast : false
@@ -182,7 +182,7 @@ jobs:
182182
183183 - name : Build wheels
184184 env :
185- CIBW_BUILD : " cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit
185+ CIBW_BUILD : " cp39* cp310* cp311* cp312* cp313* " # limit to specific version since it take much more time than jobs limit
186186 run : |
187187 python -m cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse
188188
You can’t perform that action at this time.
0 commit comments