change linux platform into ubuntu os in tests
This commit is contained in:
parent
5edb84b375
commit
9effef84ef
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
name: Run unit tests online
|
name: Run unit tests online
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [linux]
|
os: [ubuntu-latest]
|
||||||
python-version: ['3.10']
|
python-version: ['3.10']
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user