change linux platform into ubuntu os in tests

main
Fabien C. Y. Benureau 2 years ago
parent 5edb84b375
commit 9effef84ef
No known key found for this signature in database
GPG Key ID: CE56629494581522

@ -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…
Cancel
Save