Skip to content

Commit 5312858

Browse files
jrmuizelmstange
authored andcommitted
Add macOS CI
1 parent 9c04771 commit 5312858

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ env:
88
jobs:
99
build:
1010

11-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, macos-latest]
14+
runs-on: ${{ matrix.os }}
1215

1316
steps:
1417
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)