Skip to content

Commit 1b8c64c

Browse files
committed
ci: run on macos
1 parent 2a932d4 commit 1b8c64c

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
@@ -5,7 +5,10 @@ on:
55
- main
66
jobs:
77
example:
8-
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
os: [ubuntu-latest, macos-latest]
11+
runs-on: ${{ matrix.os }}
912
steps:
1013
- uses: actions/checkout@v3
1114
- name: Setup example

0 commit comments

Comments
 (0)