Skip to content

Commit

Permalink
chore: pass system to nixci
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 14, 2024
1 parent 859ebfb commit 1125fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
jobs:
checks:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.system }}
strategy:
matrix:
os: [x86_64-linux, aarch64-darwin, x86_64-darwin]
system: [x86_64-linux, aarch64-darwin, x86_64-darwin]
steps:
- uses: actions/checkout@v4
- run: nixci build
- run: nixci build --systems "github:nix-systems/${{ matrix.system }}"

0 comments on commit 1125fc1

Please sign in to comment.