Skip to content

Commit a6bc629

Browse files
committed
ci: run on macos too
Signed-off-by: Gwenn Le Bihan <[email protected]>
1 parent d57e165 commit a6bc629

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nix.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
CI:
7-
runs-on: ubuntu-latest
7+
strategy:
8+
matrix:
9+
os: [ubuntu-latest, macos-latest]
10+
11+
runs-on: ${{ matrix.os }}
12+
name: CI - ${{ matrix.os }}
813
steps:
914
- uses: actions/checkout@v4
1015
- uses: cachix/install-nix-action@v30

0 commit comments

Comments
 (0)