Skip to content

Commit

Permalink
remove windows-latest from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Dec 4, 2023
1 parent e74b32f commit 2743a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
os: [macOS-latest, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: windows-latest
Expand Down

0 comments on commit 2743a7c

Please sign in to comment.