Add aarch64-apple-darwin test to CI
This commit is contained in:
parent
25cb8acf03
commit
4b65ad8d50
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -244,6 +244,13 @@ jobs:
|
|||
manylinux: auto
|
||||
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:
|
||||
CARGO_TERM_VERBOSE: true
|
||||
CARGO_BUILD_TARGET: ${{ matrix.platform.rust-target }}
|
||||
|
|
Loading…
Reference in a new issue