Skip to content

Commit 0668a41

Browse files
committed
try fix windows issue
1 parent f1f208a commit 0668a41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
20+
os: [windows-latest] # [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
2121

2222
steps:
2323
- name: Checkout code
@@ -59,6 +59,7 @@ jobs:
5959
bash {project}/cibw-scripts/before_all_linux.sh {project}
6060
CIBW_ENVIRONMENT_WINDOWS: >
6161
CCACHE_DISABLE=1
62+
MESON_ARGS="-Dcmake.minimal-version=99.0"
6263
CIBW_BEFORE_ALL_WINDOWS: |
6364
bash {project}/cibw-scripts/before_all_windows.sh
6465
CIBW_BEFORE_BUILD_WINDOWS: |

0 commit comments

Comments
 (0)