Update ci.yml
parent
784a99b225
commit
6c61bc06f5
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
release-binary:
|
release-binary:
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
needs: tests
|
needs: tests
|
||||||
runs-on: ${{ matrix.target }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu-cuda-11.7]
|
target: [aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu-cuda-11.7]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue