Skip to content

Commit

Permalink
[Nix] CI on macos too
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 16, 2024
1 parent 1604948 commit 0f447b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
#os: [ubuntu, macos]
os: [ubuntu]
os: [ubuntu, macos]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit 0f447b1

Please sign in to comment.