Skip to content

Commit 0fc59d0

Browse files
committed
also test macos
1 parent e1a527e commit 0fc59d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ name: Continuous integration
66

77
jobs:
88
ci:
9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12+
os:
13+
- ubuntu-latest
14+
- macos-latest
1215
rust:
1316
- stable
1417
- beta

0 commit comments

Comments
 (0)