diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7677d4..2c98553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: release-binary: if: github.event_name != 'pull_request' needs: tests - runs-on: ${{ matrix.target }} + runs-on: ${{ matrix.os }} strategy: matrix: target: [aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu-cuda-11.7]