Skip to content

Commit f183adc

Browse files
committed
ci: Test on macos as well
1 parent 4e93272 commit f183adc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ on:
99

1010
jobs:
1111
check:
12-
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
os:
15+
- ubuntu-latest
16+
- macos-latest
17+
runs-on: ${{ matrix.os }}
1318
steps:
1419
- uses: actions/checkout@v4
1520
- uses: cachix/install-nix-action@v26

0 commit comments

Comments
 (0)