refactor: Run CI tests in both unix and windows environments

This commit is contained in:
Juro Oravec 2024-12-02 19:44:53 +01:00
parent cdc830fca3
commit e4246b681e

View file

@ -10,10 +10,11 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-20.04, windows-latest]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4