Update ci.yml
parent
784a99b225
commit
6c61bc06f5
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue