Skip to content

Commit 0a097c6

Browse files
authored
Merge pull request #3 from render-engine/new_main
Bring the default branch up to current.
2 parents e37a3e7 + 8b5a381 commit 0a097c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
- name: Ruff format
2929
run: uv run ruff format . --check
3030
test-against-python-matrix:
31-
runs-on: ubuntu-latest
3231
strategy:
3332
matrix:
3433
python-version: ["3.10", "3.11", "3.12", "3.13"]
34+
os: [ windows-latest, macos-latest, ubuntu-latest ]
3535
fail-fast: true
36+
runs-on: ${{ matrix.os }}
3637
steps:
3738
- uses: actions/checkout@v4
3839
- name: Install uv

0 commit comments

Comments
 (0)