Changed test os

This commit is contained in:
Kristofers Solo 2023-04-09 19:49:26 +03:00
parent cf6286d4dd
commit 19d13a0427

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [debian-latest]
python-version: ["3.10"] python-version: ["3.10"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2