diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 2ac18579a..bb3a81af7 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -154,7 +154,7 @@ jobs: build_wheels_extra_arch: if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build'))|| github.event_name == 'push' && endsWith(github.event.ref, 'scylla')" # The host should always be linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Build extra arch ${{ matrix.archs }} wheels strategy: fail-fast: false @@ -182,7 +182,7 @@ jobs: - name: Build wheels env: - CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit + CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*" # limit to specific version since it take much more time than jobs limit run: | python -m cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse