Skip to content

Commit 8920005

Browse files
authored
Merge pull request #25 from G-Core/fix/releases
fix: drop windows from package list
2 parents d9dfbc1 + 5d1f46b commit 8920005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
os: [ ubuntu-latest, windows-latest, macos-latest ]
44+
os: [ ubuntu-latest, macos-latest ]
4545

4646
steps:
4747
- name: Clone repo

0 commit comments

Comments
 (0)