Skip to content

Commit dcd59ff

Browse files
ci: enable CI builds on proprietary OSes
1 parent 9a8c8b1 commit dcd59ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: CI
55
jobs:
66
check:
77
name: Check
8-
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
os: [ ubuntu-latest, macos-latest, windows-latest ]
11+
runs-on: ${{ matrix.os }}
912
steps:
1013
- name: Checkout sources
1114
uses: actions/checkout@v3

0 commit comments

Comments
 (0)