Skip to content

Commit 158a7bf

Browse files
committed
one more try to move os to the matrix
1 parent ab07cbf commit 158a7bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ env:
2323

2424
jobs:
2525
test:
26-
runs-on: ubuntu-latest
2726
strategy:
2827
matrix:
2928
python-version:
@@ -32,10 +31,12 @@ jobs:
3231
- "3.10"
3332
- "3.11"
3433
- "3.12"
34+
os: ubuntu-latest
3535
pydantic-version:
3636
- pydantic-v1
3737
- pydantic-v2
3838
fail-fast: false
39+
runs-on: ${{ matrix.os }}
3940
steps:
4041
- uses: actions/checkout@v4
4142
- name: Set up Python

0 commit comments

Comments
 (0)