Skip to content

Commit 2bde073

Browse files
committed
Fixing windows architecture
1 parent 913a1dc commit 2bde073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
]
2121
wheel_combinations: [
2222
#["ubuntu-latest", "x86_64"],
23-
["windows-latest", "x86_64"],
23+
["windows-latest", "AMD64"],
2424
#["macos13", "x86_64"],
2525
#["macos13", "arm64"],
2626
#["macos14", "x86_64"],

0 commit comments

Comments
 (0)