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 bc19555 commit d5b6b92
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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-latest
targets: x86_64-apple-darwin, aarch64-apple-darwin
flags: --target x86_64-apple-darwin --target aarch64-apple-darwin
- os: macos-latest-x86_64
targets: x86_64-apple-darwin
flags: --target x86_64-apple-darwin
- os: macos-latest-aarch64
targets: aarch64-apple-darwin
flags: --target aarch64-apple-darwin
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d5b6b92

Please sign in to comment.