Skip to content

Commit 9aa2fcb

Browse files
authored
Fix up CI/CD OS config
1 parent 2ff937f commit 9aa2fcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ name: sverto-check
1111
jobs:
1212
sverto-check:
1313

14-
runs-on: ["ubuntu-latest", "macos-latest", "windows-latest"]
14+
strategy:
15+
matrix:
16+
os: ["ubuntu-latest", "windows-latest"]
17+
18+
runs-on: ${{ matrix.os }}
1519

1620
env:
1721
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)