fix platform into os in tests
This commit is contained in:
parent
9effef84ef
commit
f3fc571e99
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: ['3.10']
|
python-version: ['3.10']
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user