fix platform into os in tests

This commit is contained in:
Fabien C. Y. Benureau 2023-05-05 10:19:24 +02:00
parent 9effef84ef
commit f3fc571e99
No known key found for this signature in database
GPG Key ID: CE56629494581522

View File

@ -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