Skip to content

Commit

Permalink
Add native CI target for M1 macs
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Apr 15, 2024
1 parent fcfb5ed commit 34fc23d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ jobs:
cargo-target: x86_64-unknown-linux-gnu

- name: macOS x86_64
runner-os: macos-latest
runner-os: macos-13
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 }}
runs-on: ${{ matrix.runner-os }}
steps:
Expand Down

0 comments on commit 34fc23d

Please sign in to comment.