Skip to content

Commit 6a03d34

Browse files
authored
disable windows for build ci -vcpkg not working
1 parent 3f0c13f commit 6a03d34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, macos-latest, macos-14,windows-latest]
30+
os: [ubuntu-latest, macos-latest, macos-14]
3131
env:
3232
MACOSX_DEPLOYMENT_TARGET: '15.0'
3333
steps:
@@ -105,3 +105,4 @@ jobs:
105105

106106

107107

108+

0 commit comments

Comments
 (0)