Just windows

This commit is contained in:
Paul Gauthier 2023-07-04 14:40:09 -07:00
parent 4d41964531
commit 6d70e3aa57

View file

@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, windows-latest] runs-on: windows-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10", "3.11"]