Skip to content

Commit d91ad3e

Browse files
committed
1
1 parent a3202b0 commit d91ad3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)