Skip to content

Commit f951676

Browse files
Boshenclaude
andauthored
ci: add macOS and Windows to test-lint-build matrix (#75)
Expands CI testing to run on Ubuntu, macOS, and Windows to ensure cross-platform compatibility of the build process. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 3f95f82 commit f951676

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ jobs:
1414
contents: read
1515
packages: read
1616

17-
runs-on: ubuntu-latest
17+
strategy:
18+
fail-fast: false
19+
matrix:
20+
os: [ubuntu-latest, macos-latest, windows-latest]
21+
22+
runs-on: ${{ matrix.os }}
1823

1924
steps:
2025
- name: Checkout code

0 commit comments

Comments
 (0)