Skip to content

Commit b8ab3ca

Browse files
committed
[#1400] Ensure that the Windows wheels have consistent build system
Before it was pulling the latest Windows environment instead of the same environment as used in the Pull Request script.
1 parent 73ec3a7 commit b8ab3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- macos-latest # ARM64
2828
- ubuntu-latest # x86_64
2929
- ubuntu-22.04-arm # ARM64
30-
- windows-latest # x86_64
30+
- windows-2025-vs2026 # x86_64
3131

3232
steps:
3333
- name: Checkout Code

0 commit comments

Comments
 (0)