Skip to content

Commit

Permalink
CI: Run separate jobs for macos-clippy x86_64 and aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Nov 25, 2024
1 parent 4393fc6 commit c8973e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ jobs:
- os: ubuntu-latest
targets: x86_64-unknown-linux-gnu
flags: --target x86_64-unknown-linux-gnu
- os: macos-13
targets: x86_64-apple-darwin
flags: --target x86_64-apple-darwin
- os: macos-latest
targets: x86_64-apple-darwin, aarch64-apple-darwin
flags: --target x86_64-apple-darwin --target aarch64-apple-darwin
targets: aarch64-apple-darwin
flags: --target aarch64-apple-darwin
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c8973e7

Please sign in to comment.