Skip to content

Commit

Permalink
also run for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco authored Nov 10, 2023
1 parent e7e2160 commit 821671e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:

jobs:
update:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
Expand Down

0 comments on commit 821671e

Please sign in to comment.