Finish apple m1 prep config

This commit is contained in:
Félix Saparelli 2021-05-01 02:25:10 +12:00
parent 74934f304f
commit 5da59b122d
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474

View file

@ -56,7 +56,7 @@ jobs:
experimental: false
- name: mac-arm64
os: macos-latest
os: macos-11.0
target: aarch64-apple-darwin
cross: true
experimental: true
@ -79,6 +79,7 @@ jobs:
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
target: ${{ matrix.target }}
toolchain: stable
profile: minimal
override: true