Add aarch64-apple-darwin test to CI
This commit is contained in:
parent
25cb8acf03
commit
4b65ad8d50
|
@ -244,6 +244,13 @@ jobs:
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
args: --release -i python3.9 --no-sdist -m examples/maturin-starter/Cargo.toml
|
args: --release -i python3.9 --no-sdist -m examples/maturin-starter/Cargo.toml
|
||||||
|
|
||||||
|
- name: Test cross compilation
|
||||||
|
if: ${{ matrix.platform.os == 'macos-latest' && matrix.python-version == '3.9' }}
|
||||||
|
uses: messense/maturin-action@v1
|
||||||
|
with:
|
||||||
|
target: aarch64-apple-darwin
|
||||||
|
args: --release -i python3.9 --no-sdist -m examples/maturin-starter/Cargo.toml
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_VERBOSE: true
|
CARGO_TERM_VERBOSE: true
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.platform.rust-target }}
|
CARGO_BUILD_TARGET: ${{ matrix.platform.rust-target }}
|
||||||
|
|
Loading…
Reference in New Issue