diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a33b06..3f388c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,7 +311,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin,x86_64-apple-darwin - - uses: pypa/cibuildwheel@v2.19.2 + - uses: pypa/cibuildwheel@v2.20.0 env: CIBW_BUILD: cp39-* CIBW_BEFORE_BUILD: >