ci: include aarch64-apple-darwin target

This commit is contained in:
rzmk 2024-02-20 12:25:14 -05:00
parent 0d0abd7209
commit 9f463f658f
No known key found for this signature in database

View file

@ -41,6 +41,8 @@ jobs:
version: 8 version: 8
- name: install Rust stable - name: install Rust stable
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
- name: install dependencies (ubuntu only) - name: install dependencies (ubuntu only)
if: matrix.settings.platform == 'ubuntu-latest' if: matrix.settings.platform == 'ubuntu-latest'