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:
|
||||
os: [ubuntu-latest]
|
||||
python-version: ['3.10']
|
||||
runs-on: ${{ matrix.platform }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user