[chore] removed windows from github actions

This commit is contained in:
kwaroran
2023-05-08 22:53:26 +09:00
parent a44211e499
commit c4e2c8fa67

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-20.04,macos-latest,windows-latest]
platform: [ubuntu-20.04,macos-latest]
runs-on: ${{ matrix.platform }}
steps: