Skip to content

Commit

Permalink
test: disable the windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed May 2, 2024
1 parent 851a4b3 commit 45e07fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os:
- ubuntu-latest
# - windows-latest
- macos-13
- macos-14

steps:
- name: Clone this repository
Expand Down

0 comments on commit 45e07fd

Please sign in to comment.