Skip to content

Commit 15bd6b9

Browse files
committed
fix ci runner i
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 0715dcf commit 15bd6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [depot-ubuntu-24.04 windows-latest]
21+
os: [depot-ubuntu-24.04, windows-latest]
2222
python-version: [ "3.12", "3.13", "3.14" ]
2323
runs-on: ${{ matrix.os }}
2424

0 commit comments

Comments
 (0)