[go: nahoru, domu]

Skip to content

Commit

Permalink
don't build on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Jan 11, 2024
1 parent 82a1099 commit d08922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d08922b

Please sign in to comment.