Skip to content

Commit 8481ba0

Browse files
committed
also test macos
1 parent 7e6a110 commit 8481ba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
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)