Skip to content

Commit d0937f5

Browse files
committed
make diff more readable
1 parent 8766a6b commit d0937f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ jobs:
3232
python-version: ["3.14"]
3333
pydantic-version: ["v1", "v2"]
3434
include:
35-
- os: windows-latest
36-
python-version: "3.8"
35+
- python-version: "3.8"
3736
pydantic-version: "v1"
38-
- os: macos-latest
39-
python-version: "3.9"
37+
os: windows-latest
38+
- python-version: "3.9"
4039
pydantic-version: "v2"
41-
- os: ubuntu-latest
42-
python-version: "3.10"
40+
os: macos-latest
41+
- python-version: "3.10"
4342
pydantic-version: "v1"
44-
- os: windows-latest
45-
python-version: "3.11"
43+
os: ubuntu-latest
44+
- python-version: "3.11"
4645
pydantic-version: "v2"
47-
- os: macos-latest
48-
python-version: "3.12"
46+
os: windows-latest
47+
- python-version: "3.12"
4948
pydantic-version: "v1"
50-
- os: ubuntu-latest
51-
python-version: "3.13"
49+
os: macos-latest
50+
- python-version: "3.13"
5251
pydantic-version: "v2"
52+
os: ubuntu-latest
5353
fail-fast: false
5454
runs-on: ${{ matrix.os }}
5555
steps:

0 commit comments

Comments
 (0)