Skip to content

Commit

Permalink
feat(ci): test each combination
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 5, 2024
1 parent 5061ddf commit 534f183
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
matrix:
include:
- os: ubuntu-latest
target: william
- os: ubuntu-latest
target: nixos-local
target: [william nixos-local]
- os: macos-latest
target: macos-local
target: [william macos-local]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 534f183

Please sign in to comment.