Skip to content

Commit d9c8923

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

2 files changed

Lines changed: 2 additions & 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: [ubuntu-latest, windows-latest]
2222
python-version: [ "3.12", "3.13", "3.14" ]
2323
runs-on: ${{ matrix.os }}
2424

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ claude-output
5555
**/.claude/settings.local.json
5656
.mcp.json
5757
.mcpregistry_*
58+
/.testmondata

0 commit comments

Comments
 (0)