Skip to content

Commit 53c5d84

Browse files
committed
remove windows
1 parent ced8827 commit 53c5d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [windows-latest, macos-latest, ubuntu-latest]
37+
os: [macos-latest, ubuntu-latest]
3838
steps:
3939
- name: Checkout Repository 📥
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)