remove windows build from github workflow

This commit is contained in:
Stewart Allen 2026-02-14 20:12:29 -05:00
commit 1378160b73

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout code