We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d5880 commit 342e683Copy full SHA for 342e683
.github/workflows/test.yml
@@ -42,13 +42,13 @@ jobs:
42
- os: macos-latest
43
python-version: "3.11"
44
pydantic-version: pydantic-v2
45
- - os: macos-latest
+ - os: windows-latest
46
python-version: "3.12"
47
pydantic-version: pydantic-v1
48
- - os: windows-latest
+ - os: ubuntu-latest
49
python-version: "3.13"
50
51
- - os: ubuntu-latest
+ - os: macos-latest
52
53
54
fail-fast: false
0 commit comments