Skip to content

Commit 342e683

Browse files
committed
fix os definitions
1 parent 78d5880 commit 342e683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
- os: macos-latest
4343
python-version: "3.11"
4444
pydantic-version: pydantic-v2
45-
- os: macos-latest
45+
- os: windows-latest
4646
python-version: "3.12"
4747
pydantic-version: pydantic-v1
48-
- os: windows-latest
48+
- os: ubuntu-latest
4949
python-version: "3.13"
5050
pydantic-version: pydantic-v1
51-
- os: ubuntu-latest
51+
- os: macos-latest
5252
python-version: "3.13"
5353
pydantic-version: pydantic-v2
5454
fail-fast: false

0 commit comments

Comments
 (0)