Add native CI target for M1 macs

This commit is contained in:
Filip Tibell 2024-04-15 23:40:58 +02:00
parent fcfb5ed3a8
commit 34fc23d024
No known key found for this signature in database

View file

@ -64,9 +64,13 @@ jobs:
cargo-target: x86_64-unknown-linux-gnu cargo-target: x86_64-unknown-linux-gnu
- name: macOS x86_64 - name: macOS x86_64
runner-os: macos-latest runner-os: macos-13
cargo-target: x86_64-apple-darwin cargo-target: x86_64-apple-darwin
timeout-minutes: 10
- name: macOS aarch64
runner-os: macos-14
cargo-target: aarch64-apple-darwin
name: CI - ${{ matrix.name }} name: CI - ${{ matrix.name }}
runs-on: ${{ matrix.runner-os }} runs-on: ${{ matrix.runner-os }}
steps: steps: