diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10eaf1bb..01fbd7c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -345,7 +345,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin,x86_64-apple-darwin - - uses: pypa/cibuildwheel@v2.22.0 + - uses: pypa/cibuildwheel@v2.23.2 env: CIBW_BUILD: cp39-* CIBW_BEFORE_BUILD: >