Skip to content

Commit f9465b2

Browse files
committed
put os into the matrix
1 parent 6343647 commit f9465b2

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,9 +23,9 @@ env:
2323

2424
jobs:
2525
test:
26-
runs-on: ubuntu-latest
2726
strategy:
2827
matrix:
28+
os: [ ubuntu-latest ]
2929
python-version:
3030
- "3.8"
3131
- "3.9"
@@ -36,6 +36,7 @@ jobs:
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)