Skip to content

Commit ab07cbf

Browse files
committed
take os out of the matrix again
1 parent 3dea86a commit ab07cbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

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

2424
jobs:
2525
test:
26+
runs-on: ubuntu-latest
2627
strategy:
2728
matrix:
2829
python-version:
@@ -31,12 +32,10 @@ jobs:
3132
- "3.10"
3233
- "3.11"
3334
- "3.12"
34-
os: ubuntu-latest
3535
pydantic-version:
3636
- pydantic-v1
3737
- pydantic-v2
3838
fail-fast: false
39-
runs-on: ${{ matrix.os }}
4039
steps:
4140
- uses: actions/checkout@v4
4241
- name: Set up Python

0 commit comments

Comments
 (0)