Skip to content

Commit 5931ff4

Browse files
committed
also test macos
1 parent 166f4ac commit 5931ff4

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
@@ -4,9 +4,12 @@ name: Continuous integration
44

55
jobs:
66
ci:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10+
os:
11+
- ubuntu-latest
12+
- macos-latest
1013
rust:
1114
- stable
1215
- beta

0 commit comments

Comments
 (0)