Skip to content

Commit 8884dc3

Browse files
ryan-williamsclaude
andcommitted
Simplify CI to only test on Ubuntu
The library only does YAML parsing and byte/string manipulation - nothing platform-specific. Testing on Ubuntu across Python 3.10-3.13 is sufficient. Reduces CI job count from 12 (3 OS × 4 Python) to 4 (1 OS × 4 Python). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 47b63c2 commit 8884dc3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ${{ matrix.os }}
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
1615
python-version: ['3.10', '3.11', '3.12', '3.13']
1716
steps:
1817
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)