Skip to content

Commit

Permalink
write everything for now
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 5, 2024
1 parent eb8c42c commit 5ba2ddc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest]
# target: [william, nixos-local, macos-local]
include:
- os: ubuntu-latest
target: [william, nixos-local]
target: william
- os: ubuntu-latest
target: nixos-local
- os: macos-latest
target: william
- os: macos-latest
target: [william, macos-local]
target: macos-local
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 5ba2ddc

Please sign in to comment.