Skip to content

Commit

Permalink
Make the syntax not wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 24, 2023
1 parent c7f1313 commit 9cb60cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: [ubuntu-latest macos-latest]
build-and-check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
Expand Down

0 comments on commit 9cb60cc

Please sign in to comment.