We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4510010 + 45d3f58 commit 14ea9acCopy full SHA for 14ea9ac
2 files changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [depot-ubuntu-24.04, windows-latest]
+ os: [ubuntu-latest, windows-latest]
22
python-version: [ "3.12", "3.13", "3.14" ]
23
runs-on: ${{ matrix.os }}
24
.gitignore
@@ -55,3 +55,4 @@ claude-output
55
**/.claude/settings.local.json
56
.mcp.json
57
.mcpregistry_*
58
+/.testmondata
0 commit comments