diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e126511e..2032b3fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -166,7 +166,7 @@ jobs: run: cargo test --no-default-features --release --features capi - uses: actions/setup-python@v5 with: - target: ${{ matrix.platform.target }} + architecture: ${{ matrix.platform.target }} python-version: ${{ matrix.python-version }} - name: Audit run: cargo install cargo-audit && cargo audit